gnu: parallel: Update to 20210622.

* gnu/packages/parallel.scm (parallel): Update to 20210622.
This commit is contained in:
Tobias Geerinckx-Rice 2021-06-24 23:48:38 +02:00
parent 45e590d74a
commit 5ed9ea5ce6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -58,14 +58,14 @@ (define-module (gnu packages parallel)
(define-public parallel
(package
(name "parallel")
(version "20210522")
(version "20210622")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
(base32 "1qdgywilyy2vy8lcl7f5qa7cm0b2ddnwwx9n8xcfbv9wj0z3wrpg"))))
(base32 "11pcc5kim104wz25k5q1pqhd6z85d7dx509h74ncaxhyyydjfcvv"))))
(build-system gnu-build-system)
(arguments
`(#:phases