me
/
guix
Archived
1
0
Fork 0

gnu: parallel: Update to 20240722.

* gnu/packages/parallel.scm (parallel): Update to 20240722.

Change-Id: I0b13441a038807dd45a13a9b153ca6ba8799507d
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
master
Andy Tai 2024-07-23 01:42:09 -07:00 committed by Zheng Junjie
parent 47da5abba4
commit 2c5eaa61e5
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -68,14 +68,14 @@
(define-public parallel
(package
(name "parallel")
(version "20240622")
(version "20240722")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
(base32 "1m9qpx6c7b62s1kjp6aj0qfnj3fw2pl72q32bdykqi5x0z4i1qip"))
(base32 "1w2k1s7fmbj7csnmxxzvg07i5vgja1ddhjj6m6z2ibvnyxqm8cy7"))
(snippet
'(begin
(use-modules (guix build utils))