me
/
guix
Archived
1
0
Fork 0

gnu: parallel: Update to 20230322.

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

Signed-off-by: Christopher Baines <mail@cbaines.net>
master
Andy Tai 2023-03-22 21:23:02 -07:00 committed by Christopher Baines
parent 7be5166ae8
commit 8e7b919468
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
(package
(name "parallel")
(version "20230222")
(version "20230322")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
(base32 "03lqkhh9pa9kyrpfkcd4jlwidnjj0bq2ykp7h2vxss3n17maadkd"))
(base32 "1jkv5c0ddnwbmx7ay3zxn14sxibhi4ff58waqm6rvg0cdnxb3iz5"))
(snippet
'(begin
(use-modules (guix build utils))