gnu: parallel: Update to 20200822.

* gnu/packages/parallel.scm (parallel): Update to 20200822.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-23 17:53:27 +02:00
parent 045fb51efe
commit 7e33054be8
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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