GNU bug report logs - #76496
[PATCH] gnu: parallel: Update to 20250222.

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Sun, 23 Feb 2025 06:03:01 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 76496 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#76496; Package guix-patches. (Sun, 23 Feb 2025 06:03:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andy Tai <atai <at> atai.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 23 Feb 2025 06:03:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: parallel: Update to 20250222.
Date: Sat, 22 Feb 2025 22:02:37 -0800
* gnu/packages/parallel.scm (parallel): Update to 20250222.

Change-Id: I34fcb89c8d1871fa4d680c4eecdd8a23621e813f
---
 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 e0496aabb8..f16cbff2e2 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -78,14 +78,14 @@ (define-module (gnu packages parallel)
 (define-public parallel
   (package
     (name "parallel")
-    (version "20250122")
+    (version "20250222")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/parallel/parallel-"
                           version ".tar.bz2"))
       (sha256
-       (base32 "1cwdpjcy211gniv4d5j8hk8cvjsz8dd8w71qwpwhqcvf6idrxiq3"))
+       (base32 "1xxvblq82q5jisd6qcwk861ww5s7i7kiibnvagr3nkni1mzb4nnh"))
       (snippet
        '(begin
           (use-modules (guix build utils))

base-commit: 38b4358f4d84cafa54deff77dee6fafac3e03864
-- 
2.43.0





This bug report was last modified 9 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.