gnu: parallel: Update to 20241122.

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

Change-Id: I4fc8e093131aa6e4950d26d8c53ed51415e4033e
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Andy Tai 2024-11-27 22:37:40 -08:00 committed by Zheng Junjie
parent 4b39db3c38
commit 33670e56ed
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -77,14 +77,14 @@
(define-public parallel
(package
(name "parallel")
(version "20241022")
(version "20241122")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
(base32 "04kslp02ayckp8whjhiyppgi84iglfid27njf1k32zvzqvqjpqkd"))
(base32 "0n4ajx6d37dx6hmmvrc2499yxp3frai662kxq05s2z6188ppb7hs"))
(snippet
'(begin
(use-modules (guix build utils))