mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
3b1a21d185
commit
9afae09f1e
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue