This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 9afae09f1e gnu: xjobs: Update to 20250529.
9afae09f1e is described below
commit 9afae09f1ec4a68937729053be7596e0118e5e18
Author: Cayetano Santos <[email protected]>
AuthorDate: Fri Jan 2 17:48:37 2026 +0100
gnu: xjobs: Update to 20250529.
* gnu/packages/parallel.scm (xjobs): Update to 20250529.
[native-inputs]: Remove which.
Change-Id: Ibbfc9d57076243299a10bceac85e49f29b9f5b38
---
gnu/packages/parallel.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm
index b7b6bc524b..07d1a9d229 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