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

* gnu/packages/parallel.scm (parallel): Update to 20170422.
This commit is contained in:
Ludovic Courtès 2017-05-02 12:20:41 +02:00
parent 915d7792ac
commit 1fd0fc0db4
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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