me
/
guix
Archived
1
0
Fork 0

gnu: parallel: Update to 20210422.

* gnu/packages/parallel.scm (parallel): Update to 20210422.
master
Tobias Geerinckx-Rice 2021-04-23 18:37:15 +02:00
parent 61e75d7512
commit 799cc194f2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -57,14 +57,14 @@
(define-public parallel
(package
(name "parallel")
(version "20210322")
(version "20210422")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
(base32 "152np0jg4n94sbl2p2fzxjfnssiyp5sg7r5wx6s8p893b921pxwq"))))
(base32 "1s4ynlsh5fr5vxcf5xm45fcfyzp62zclzjq5b7rbwrs4chxnlgmy"))))
(build-system gnu-build-system)
(arguments
`(#:phases