gnu: parallel: Update to 20210122.

* gnu/packages/parallel.scm (parallel): Update to 20210122.
This commit is contained in:
Efraim Flashner 2021-01-30 23:27:45 +02:00
parent a2a17c3fc6
commit 9008e0ec3f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -55,14 +55,14 @@ (define-module (gnu packages parallel)
(define-public parallel
(package
(name "parallel")
(version "20201222")
(version "20210122")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
(base32 "13kxg2vmy20ciiv1gp96g33bmvma1nh5d66jdix1fqj6xjaizr5n"))))
(base32 "1wxkqz6ld1bp0ilvc04vhq99qjay1nl6pbk3qzvp3sjavv9vdwdl"))))
(build-system gnu-build-system)
(arguments
`(#:phases