gnu: parallel: Update to 20240422.

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

Change-Id: I03928db86b3d292c02929b0adc10e09e818e09e3
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Andy Tai 2024-04-26 00:04:19 -07:00 committed by Christopher Baines
parent de42b5f9d1
commit 52a596077f
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -65,14 +65,14 @@ (define-module (gnu packages parallel)
(define-public parallel
(package
(name "parallel")
(version "20240322")
(version "20240422")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
(base32 "15baksvj028im496wivr55mz9zqh74njrrd7djxggarx42d045qb"))
(base32 "0rr4i1a5gcxz60cb3p4ga3s8k79sr84yicqysg794ayy7qh8hf3q"))
(snippet
'(begin
(use-modules (guix build utils))