3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: parallel: Update to 20190922.

* gnu/packages/parallel.scm (parallel): Update to 20190922.
This commit is contained in:
Tobias Geerinckx-Rice 2019-09-22 20:00:48 +02:00
parent 4cd9de6068
commit b5677e61bf
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -52,14 +52,14 @@
(define-public parallel
(package
(name "parallel")
(version "20190822")
(version "20190922")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
(base32 "1mi3a18fdwcx50jg51pw1ks1fkmc2slyinff0yb3xhihi2szbskp"))))
(base32 "0qrw34rpp8g5knb2nhs8z1hz9i42nxjn6i12m4rblm0anhnfwbr8"))))
(build-system gnu-build-system)
(arguments
`(#:phases