me
/
guix
Archived
1
0
Fork 0

gnu: parallel: Update to 20210722.

* gnu/packages/parallel.scm (parallel): Update to 20210722.
Efraim Flashner 2021-07-30 19:17:52 +03:00
parent 730f11ba92
commit 7041abe38a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -61,14 +61,14 @@
(define-public parallel
(package
(name "parallel")
(version "20210622")
(version "20210722")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
(base32 "11pcc5kim104wz25k5q1pqhd6z85d7dx509h74ncaxhyyydjfcvv"))))
(base32 "0jaa5137sjw2szvmnnslkqv1n3gg2rkkgr71j7hpp5a3q15hjf9j"))))
(build-system gnu-build-system)
(arguments
`(#:phases