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

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andy Tai <atai <at> atai.org>
Subject: bug#76496: closed (Re: [bug#76496] [PATCH] gnu: parallel: Update
 to 20250222.)
Date: Wed, 05 Mar 2025 18:35:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#76496: [PATCH] gnu: parallel: Update to 20250222.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 76496 <at> debbugs.gnu.org.

-- 
76496: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76496
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Andy Tai <atai <at> atai.org>
Cc: 76496-done <at> debbugs.gnu.org
Subject: Re: [bug#76496] [PATCH] gnu: parallel: Update to 20250222.
Date: Wed, 05 Mar 2025 19:34:22 +0100
Andy Tai <atai <at> atai.org> skribis:

> * gnu/packages/parallel.scm (parallel): Update to 20250222.
>
> Change-Id: I34fcb89c8d1871fa4d680c4eecdd8a23621e813f

Applied, thanks!

[Message part 3 (message/rfc822, inline)]
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 79 days ago.

Previous Next


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