gnu: xjobs: Update to 20250529.

* gnu/packages/parallel.scm (xjobs): Update to 20250529.
[native-inputs]: Remove which.

Change-Id: Ibbfc9d57076243299a10bceac85e49f29b9f5b38
This commit is contained in:
Cayetano Santos 2026-01-02 17:48:37 +01:00
parent 3b1a21d185
commit 9afae09f1e
No known key found for this signature in database
GPG key ID: BF5CDF4DF6BF6682

View file

@ -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