GNU bug report logs - #63027
[PATCH] gnu: parallel: Update to 20230422

Previous Next

Package: guix-patches;

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

Date: Sun, 23 Apr 2023 06:13:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

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#63027: closed (Re: [bug#63027] [PATCH] gnu: parallel: Update
 to 20230422)
Date: Sun, 23 Apr 2023 15:28:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#63027: [PATCH] gnu: parallel: Update to 20230422

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 63027 <at> debbugs.gnu.org.

-- 
63027: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63027
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Andy Tai <atai <at> atai.org>
Cc: 63027-done <at> debbugs.gnu.org
Subject: Re: [bug#63027] [PATCH] gnu: parallel: Update to 20230422
Date: Sun, 23 Apr 2023 11:27:21 -0400
On Sat, Apr 22, 2023 at 11:11:44PM -0700, Andy Tai wrote:
> * gnu/packages/parallel.scm (parallel): Update to 22030422

Thanks! Pushed as 3575af7bdc44c5563bb0af05cdd1268d1c682e13

[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 20230422
Date: Sat, 22 Apr 2023 23:11:44 -0700
* gnu/packages/parallel.scm (parallel): Update to 22030422
---
 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 bc3edf9122..d64e6e8dd5 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -64,14 +64,14 @@ (define-module (gnu packages parallel)
 (define-public parallel
   (package
     (name "parallel")
-    (version "20230322")
+    (version "20230422")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/parallel/parallel-"
                           version ".tar.bz2"))
       (sha256
-       (base32 "1jkv5c0ddnwbmx7ay3zxn14sxibhi4ff58waqm6rvg0cdnxb3iz5"))
+       (base32 "1hp3pbf3fsfi2hwaa13isaqzrn09lf847cdpjkhf0kfw14ymj1li"))
       (snippet
        '(begin
           (use-modules (guix build utils))

base-commit: 5b545763ed9b8a3fade7f756d543819fc090953f
-- 
2.39.2




This bug report was last modified 2 years and 84 days ago.

Previous Next


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