gnu: parallel: Update to 20200722.

* gnu/packages/parallel.scm (parallel): Update to 20200722.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-23 16:48:31 +02:00
parent e61b3bcd79
commit 4ba0f3b597
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -55,14 +55,14 @@
(define-public parallel
(package
(name "parallel")
(version "20200622")
(version "20200722")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
(base32 "0gqxpk1hm323hwvw9isjxy2xv2wg8avav60bckjm0s57jbhsz3zz"))))
(base32 "0vqd8nhf4lkvbfy7nnibxjkpzpfandpklqm0hrix5vki5x7x80a8"))))
(build-system gnu-build-system)
(arguments
`(#:phases