me
/
guix
Archived
1
0
Fork 0

gnu: parallel: Update to 20220922.

* gnu/packages/parallel.scm (parallel): Update to 20220922.
master
Efraim Flashner 2022-09-28 15:45:49 +03:00
parent 9bd8e14550
commit 0b59e22c16
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -63,14 +63,14 @@
(define-public parallel
(package
(name "parallel")
(version "20220822")
(version "20220922")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
(base32 "05mh3bbl7c9c945jqhlfspjqji79zq8ml27k6ihaqi8bqibl83cx"))
(base32 "1hfar4hvzcic5gv7nl7jr6hafhgiax005zydwxcwxvy1vm4s3cqm"))
(snippet
'(begin
(use-modules (guix build utils))