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 20201022.

* gnu/packages/parallel.scm (parallel): Update to 20201022.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-20 01:25:02 +01:00
parent ee45483cc9
commit 5ccd270ab2
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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