mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: parallel: Update to 20250622.
* gnu/packages/parallel.scm (parallel): Update to 20250622. Change-Id: I6dc2947c7f1cf62b78bb61812913bd2c44a830ad Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
0fbb9e7672
commit
41177bea2c
1 changed files with 2 additions and 2 deletions
|
@ -78,14 +78,14 @@
|
||||||
(define-public parallel
|
(define-public parallel
|
||||||
(package
|
(package
|
||||||
(name "parallel")
|
(name "parallel")
|
||||||
(version "20250522")
|
(version "20250622")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/parallel/parallel-"
|
(uri (string-append "mirror://gnu/parallel/parallel-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1jxjzmmbb09in8inj9gsfgy1h7q4cxdcq0sbxnv8pzwcbx3qzcml"))
|
(base32 "16s87njzhrddqp7c8aixxcxfdsqxchb3lrrb7jx29cgi277pixb9"))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
(use-modules (guix build utils))
|
(use-modules (guix build utils))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue