me
/
guix
Archived
1
0
Fork 0

gnu: parallel: Update to 20210122.

* gnu/packages/parallel.scm (parallel): Update to 20210122.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -55,14 +55,14 @@
(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