gnu: parallel: Update to 20250622.

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

Change-Id: I6dc2947c7f1cf62b78bb61812913bd2c44a830ad
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Andy Tai 2025-06-23 07:26:30 -07:00 committed by Andreas Enge
parent 0fbb9e7672
commit 41177bea2c
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -78,14 +78,14 @@
(define-public parallel
(package
(name "parallel")
(version "20250522")
(version "20250622")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
(base32 "1jxjzmmbb09in8inj9gsfgy1h7q4cxdcq0sbxnv8pzwcbx3qzcml"))
(base32 "16s87njzhrddqp7c8aixxcxfdsqxchb3lrrb7jx29cgi277pixb9"))
(snippet
'(begin
(use-modules (guix build utils))