gnu: parallel: Update to 20160222.

* gnu/packages/parallel.scm (parallel): Update to 20160222.
This commit is contained in:
Leo Famulari 2016-03-01 15:15:38 -05:00
parent f82c8c3cba
commit 043c3f0bed
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
(define-public parallel
(package
(name "parallel")
(version "20160122")
(version "20160222")
(source
(origin
(method url-fetch)
@ -50,7 +50,7 @@
version ".tar.bz2"))
(sha256
(base32
"1xs8y8jh7wyjs27079xz0ja7xfi4dywz8d6hbkl44mafdnnfjfiy"))))
"1sjmvinwr9j2a0jdk9y9nf2x4hhzcbl529slkwpz0vva0cwybywd"))))
(build-system gnu-build-system)
(inputs `(("perl" ,perl)))
(home-page "http://www.gnu.org/software/parallel/")