me
/
guix
Archived
1
0
Fork 0

gnu: parallel: Update to 20240422.

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

Change-Id: I03928db86b3d292c02929b0adc10e09e818e09e3
Signed-off-by: Christopher Baines <mail@cbaines.net>
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -65,14 +65,14 @@
(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))