gnu: parallel: Update to 20220822.

* gnu/packages/parallel.scm (parallel): Update to 20220822.
This commit is contained in:
Efraim Flashner 2022-08-30 22:03:14 +03:00
parent 1dfa3a9fc8
commit 18861877c8
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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