gnu: parallel: Update to 20230222

* gnu/packages/parallel.scm (parallel): Update to 20230222

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Andy Tai 2023-02-27 08:08:35 -08:00 committed by Leo Famulari
parent 4db367f8ae
commit ac90609644
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08

View File

@ -64,14 +64,14 @@
(define-public parallel
(package
(name "parallel")
(version "20230122")
(version "20230222")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
(base32 "0162xprlxka96k4nlsz5qckvwqinrjv6q2404gkihcfa1h3l8z4w"))
(base32 "03lqkhh9pa9kyrpfkcd4jlwidnjj0bq2ykp7h2vxss3n17maadkd"))
(snippet
'(begin
(use-modules (guix build utils))