gnu: parallel: Update to 20190422.

* gnu/packages/parallel.scm (parallel): Update to 20190422.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-21 22:19:27 +02:00
parent 5df6934cdb
commit 8dafe89593
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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