summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2026-01-02 17:48:37 +0100
committerCayetano Santos <csantosb@inventati.org>2026-01-02 17:48:37 +0100
commit9afae09f1ec4a68937729053be7596e0118e5e18 (patch)
treef446cbcf24e6c34e88c98da76ed82c9d42b26686
parent3b1a21d18569d52f55dc1adcc6356ec89979048a (diff)
gnu: xjobs: Update to 20250529.
* gnu/packages/parallel.scm (xjobs): Update to 20250529. [native-inputs]: Remove which. Change-Id: Ibbfc9d57076243299a10bceac85e49f29b9f5b38
-rw-r--r--gnu/packages/parallel.scm6
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