me
/
guix
Archived
1
0
Fork 0

gnu: parallel: Update to 20210922.

* gnu/packages/parallel.scm (parallel): Update to 20210922.
master
Tobias Geerinckx-Rice 2021-09-23 19:58:45 +02:00
parent ff77544021
commit c582be4c38
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -61,14 +61,14 @@
(define-public parallel
(package
(name "parallel")
(version "20210822")
(version "20210922")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
(base32 "08iqx2qq2p4a45nphlcj7xnhr2s8nacahzbyvapqxvr64znmj5kq"))))
(base32 "0rjd9636sgmnhaww2q8rbnpwhpq1aqg3df6rmpdm880zqi7skp6y"))))
(build-system gnu-build-system)
(arguments
`(#:phases