me
/
guix
Archived
1
0
Fork 0

gnu: parallel: Update to 20230422

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

Signed-off-by: Leo Famulari <leo@famulari.name>
master
Andy Tai 2023-04-22 23:11:44 -07:00 committed by Leo Famulari
parent ff9a60f68f
commit 3575af7bdc
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -64,14 +64,14 @@
(define-public parallel
(package
(name "parallel")
(version "20230322")
(version "20230422")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
(base32 "1jkv5c0ddnwbmx7ay3zxn14sxibhi4ff58waqm6rvg0cdnxb3iz5"))
(base32 "1hp3pbf3fsfi2hwaa13isaqzrn09lf847cdpjkhf0kfw14ymj1li"))
(snippet
'(begin
(use-modules (guix build utils))