gnu: parallel: Update to 20241222.

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

Change-Id: Ifd94bcfdb069f1c9db6aa074a128722eff54d264
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Andy Tai 2024-12-30 20:39:28 -08:00 committed by Zheng Junjie
parent 03adbd0759
commit f5e8c2e1b2
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

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