gnu: parallel: Update to 20230622.

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

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Andy Tai 2023-06-22 22:05:23 -07:00 committed by Christopher Baines
parent 7638881469
commit 040926ece5
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -64,14 +64,14 @@ (define-module (gnu packages parallel)
(define-public parallel
(package
(name "parallel")
(version "20230522")
(version "20230622")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
(base32 "00j2nqy808wd43hgalgry15v4ga1wrfq8s5r1cv18fq20mv6px0s"))
(base32 "13i3himpq1gzhn3b0hl8vp34kz950ql9pssw251ad611f2nj8fny"))
(snippet
'(begin
(use-modules (guix build utils))