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 3b1a21d185 gnu: parallel: Update to 20251222.
3b1a21d185 is described below

commit 3b1a21d18569d52f55dc1adcc6356ec89979048a
Author: Andy Tai <[email protected]>
AuthorDate: Wed Dec 31 11:22:40 2025 -0800

    gnu: parallel: Update to 20251222.
    
    * gnu/packages/parallel.scm (parallel): Update to 20251222.
    
    Closes guix/guix#5277
    
    Change-Id: If5bb79a778cd42edd464555e7b2e864771ba377e
    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 195ebb1086..b7b6bc524b 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -80,7 +80,7 @@
 (define-public parallel
   (package
     (name "parallel")
-    (version "20251122")
+    (version "20251222")
     (outputs '("out" "doc"))
     (source
      (origin
@@ -88,7 +88,7 @@
       (uri (string-append "mirror://gnu/parallel/parallel-"
                           version ".tar.bz2"))
       (sha256
-       (base32 "0kg8y450ydblbzwyvl9dmjadyncm37k4si0frnwfpnyrry11k39n"))
+       (base32 "0xf2j9jmjba7scjdlnk6n9p53ycakzkfkikhdzzssb0gva456sxm"))
       (snippet
        '(begin
           (use-modules (guix build utils))

Reply via email to