me
/
guix
Archived
1
0
Fork 0

gnu: parallel: Update to 20201122.

* gnu/packages/parallel.scm (parallel): Update to 20201122.
master
Tobias Geerinckx-Rice 2020-11-23 18:05:12 +01:00
parent ddfaae3136
commit 2d3c932073
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 "20201022")
(version "20201122")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
(base32 "0qgh3947l854nvh2ylykbyzsflixd2zdi17vmwqm6azn9a32kzim"))))
(base32 "0c7zrb26xhbn48kvxs01qyj1vhwrpzkm11xxvi23njb6qi1bz82d"))))
(build-system gnu-build-system)
(arguments
`(#:phases