This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new c84e2f03fa gnu: parallel: Update to 20260722.
c84e2f03fa is described below
commit c84e2f03faf141ca01f9b4ec328dc94cc755c358
Author: Andy Tai <[email protected]>
AuthorDate: Wed Jul 22 23:40:11 2026 -0700
gnu: parallel: Update to 20260722.
* gnu/packages/parallel.scm (parallel): Update to 20260822.
Fixes: guix/guix#10178
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/parallel.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm
index 67055673bf..9ac248f05e 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -81,7 +81,7 @@
(define-public parallel
(package
(name "parallel")
- (version "20260622")
+ (version "20260722")
(outputs '("out" "doc"))
(source
(origin
@@ -89,7 +89,7 @@
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
- (base32 "0rd8avxkxp0rwiyjr106iy2f2mvbqa83s52yq2ba9w59j9np1nxw"))
+ (base32 "1mhsiz8jf9s1fwzd0nbn9nw017r433b0l21a00xaqjiklirbbr5g"))
(snippet
'(begin
(use-modules (guix build utils))