diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-01-02 17:48:37 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-01-02 17:48:37 +0100 |
| commit | 9afae09f1ec4a68937729053be7596e0118e5e18 (patch) | |
| tree | f446cbcf24e6c34e88c98da76ed82c9d42b26686 /gnu/packages | |
| parent | 3b1a21d18569d52f55dc1adcc6356ec89979048a (diff) | |
gnu: xjobs: Update to 20250529.
* gnu/packages/parallel.scm (xjobs): Update to 20250529.
[native-inputs]: Remove which.
Change-Id: Ibbfc9d57076243299a10bceac85e49f29b9f5b38
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/parallel.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm index b7b6bc524bd..07d1a9d229a 100644 --- a/gnu/packages/parallel.scm +++ b/gnu/packages/parallel.scm @@ -180,7 +180,7 @@ execution is also possible.") (define-public xjobs (package (name "xjobs") - (version "20200726") + (version "20250529") (source (origin (method url-fetch) (uri (string-append @@ -188,11 +188,11 @@ execution is also possible.") version ".tgz")) (sha256 (base32 - "0ay6gn43pnm7r1jamwgpycl67bjg5n87ncl27jb01w2x6x70z0i3")))) + "13hkaipl3cgr9cvama34b442n35ckr42p1f24kygkrad3ymy87hx")))) (build-system gnu-build-system) (arguments `(#:tests? #f)) ;; No tests (native-inputs - (list flex which)) + (list flex)) (home-page "https://www.maier-komor.de/xjobs.html") (properties `((release-monitoring-url . ,home-page))) (synopsis |
