gnu: parallel: Update to 20240922.

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

Change-Id: I55f14f7ee8996a4339a17ec595c5b48bec044347
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Andy Tai 2024-09-24 19:24:43 -07:00 committed by Zheng Junjie
parent e6a771c7ba
commit 2c6113cbc7
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

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