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 a12ecfdbc4 gnu: parallel: Update to 20260222.
a12ecfdbc4 is described below
commit a12ecfdbc41e8e588ce071e4f64b8d19893c0b23
Author: Andy Tai <[email protected]>
AuthorDate: Sun Feb 22 21:42:38 2026 -0800
gnu: parallel: Update to 20260222.
* gnu/packages/parallel.scm (parallel): Update to 20260222.
Change-Id: I029dad6313aeffbef5f60ef856ac508d57153664
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 2d5ddfc1a9..b7eb139801 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -81,7 +81,7 @@
(define-public parallel
(package
(name "parallel")
- (version "20251222")
+ (version "20260222")
(outputs '("out" "doc"))
(source
(origin
@@ -89,7 +89,7 @@
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
- (base32 "0xf2j9jmjba7scjdlnk6n9p53ycakzkfkikhdzzssb0gva456sxm"))
+ (base32 "0j0zmq1klbvpz590vr2di8yvsniwixlhsmir7zfjy3rajx42l9y6"))
(snippet
'(begin
(use-modules (guix build utils))