me
/
guix
Archived
1
0
Fork 0

gnu: parallel: Update to 20230622.

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

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

View File

@ -64,14 +64,14 @@
(define-public parallel (define-public parallel
(package (package
(name "parallel") (name "parallel")
(version "20230522") (version "20230622")
(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 "00j2nqy808wd43hgalgry15v4ga1wrfq8s5r1cv18fq20mv6px0s")) (base32 "13i3himpq1gzhn3b0hl8vp34kz950ql9pssw251ad611f2nj8fny"))
(snippet (snippet
'(begin '(begin
(use-modules (guix build utils)) (use-modules (guix build utils))