GNU bug report logs - #62397
[PATCH] gnu: parallel: Update to 20230322

Previous Next

Package: guix-patches;

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

Date: Thu, 23 Mar 2023 04:24:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

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#62397: closed (Re: [bug#62397] [PATCH] gnu: parallel: Update
 to 20230322)
Date: Mon, 27 Mar 2023 16:04:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#62397: [PATCH] gnu: parallel: Update to 20230322

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

-- 
62397: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62397
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Andy Tai <atai <at> atai.org>
Cc: 62397-done <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#62397] [PATCH] gnu: parallel: Update to 20230322
Date: Mon, 27 Mar 2023 17:03:16 +0100
[Message part 3 (text/plain, inline)]
Andy Tai <atai <at> atai.org> writes:

> * gnu/packages/parallel.scm (parallel): Update to 20230322
> ---
>  gnu/packages/parallel.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks Andy, I've pushed this to the master branch as
8e7b91946855d4e924cc71cb213402afcd734ecd.

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (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 20230322
Date: Wed, 22 Mar 2023 21:23:02 -0700
* gnu/packages/parallel.scm (parallel): Update to 20230322
---
 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 58b78f27f6..3c638e4ff9 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 "20230222")
+    (version "20230322")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/parallel/parallel-"
                           version ".tar.bz2"))
       (sha256
-       (base32 "03lqkhh9pa9kyrpfkcd4jlwidnjj0bq2ykp7h2vxss3n17maadkd"))
+       (base32 "1jkv5c0ddnwbmx7ay3zxn14sxibhi4ff58waqm6rvg0cdnxb3iz5"))
       (snippet
        '(begin
           (use-modules (guix build utils))

base-commit: 5174820753be045ba4fc7cc93da33f4e0b730bc3
-- 
2.39.2




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

Previous Next


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