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
parent
de42b5f9d1
commit
52a596077f
|
@ -65,14 +65,14 @@
|
||||||
(define-public parallel
|
(define-public parallel
|
||||||
(package
|
(package
|
||||||
(name "parallel")
|
(name "parallel")
|
||||||
(version "20240322")
|
(version "20240422")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/parallel/parallel-"
|
(uri (string-append "mirror://gnu/parallel/parallel-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "15baksvj028im496wivr55mz9zqh74njrrd7djxggarx42d045qb"))
|
(base32 "0rr4i1a5gcxz60cb3p4ga3s8k79sr84yicqysg794ayy7qh8hf3q"))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
(use-modules (guix build utils))
|
(use-modules (guix build utils))
|
||||||
|
|
Reference in New Issue