me
/
guix
Archived
1
0
Fork 0

gnu: parallel: Update to 20201022.

* gnu/packages/parallel.scm (parallel): Update to 20201022.
master
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
1 changed files with 2 additions and 2 deletions

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