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

* gnu/packages/parallel.scm (parallel): Update to 20170322.
This commit is contained in:
Tobias Geerinckx-Rice 2017-03-31 13:29:33 +02:00
parent 80e138750d
commit a20d28bb7c
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -45,7 +45,7 @@
(define-public parallel
(package
(name "parallel")
(version "20170122")
(version "20170322")
(source
(origin
(method url-fetch)
@ -53,7 +53,7 @@
version ".tar.bz2"))
(sha256
(base32
"19maf889vj1c4zakqwap58f44hgypyb5mzzwfsliir9gvvcq6zj1"))))
"1xjk6np0gwa6p5j26camwybx1n0vqz0f0bksi593rgw800211y7q"))))
(build-system gnu-build-system)
(arguments
`(#:phases