gnu: parallel: Update to 20240822.

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

Change-Id: If862a93ef55962b28ac20c194af906c9bd22d061
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Andy Tai 2024-08-22 02:43:52 -07:00 committed by Zheng Junjie
parent 47281c9c08
commit e804efb1c7
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

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