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 31fc368621d gnu: parallel: Update to 20260822.
31fc368621d is described below
commit 31fc368621dfe9d947ed6db0108ff8fcb1948464
Author: Andy Tai <[email protected]>
AuthorDate: Wed Sep 2 23:20:21 2026 -0700
gnu: parallel: Update to 20260822.
* gnu/packages/parallel.scm (parallel): Update to 20260822.
Merges guix/guix!11005
Signed-off-by: Cayetano Santos <[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 f513a046136..951c10542ed 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -82,7 +82,7 @@
(define-public parallel
(package
(name "parallel")
- (version "20260722")
+ (version "20260822")
(outputs '("out" "doc"))
(source
(origin
@@ -90,7 +90,7 @@
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
- (base32 "1mhsiz8jf9s1fwzd0nbn9nw017r433b0l21a00xaqjiklirbbr5g"))
+ (base32 "1s6ryzsbbnwbbf28wklfyr7lx4hb6j9y5vm6ln95l0cnhwjsff0x"))
(snippet
'(begin
(use-modules (guix build utils))