gnu: parallel: Update to 20190322.

* gnu/packages/parallel.scm (parallel): Update to 20190322.
master
Tobias Geerinckx-Rice 2019-03-22 16:01:26 +01:00
parent 9716f62119
commit 70d6a61424
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -48,15 +48,14 @@
(define-public parallel
(package
(name "parallel")
(version "20190222")
(version "20190322")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
(base32
"073bj0ji9liq07j6a7y9i4kxfkv06kvavhh7654f2bgfavfbmcc6"))))
(base32 "12q0ys0dp019wykx7jcqbrilz8798hgb66k97aj2s2m7xdpw41ym"))))
(build-system gnu-build-system)
(arguments
`(#:phases