gnu: parallel: Update to 20250722.

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

Change-Id: If9e9b5164efb074cc14a664d645802a2c39776a5
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Andy Tai 2025-07-24 22:54:18 -07:00 committed by Andreas Enge
parent 003d8c0f57
commit 2a51048417
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

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