GNU bug report logs - #66770
[PATCH] gnu: parallel: Update to 20231022

Previous Next

Package: guix-patches;

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

Date: Fri, 27 Oct 2023 05:51:02 UTC

Severity: normal

Tags: patch

Done: Clément Lassieur <clement <at> lassieur.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#66770: closed (Re: [bug#66770] [PATCH] gnu: parallel: Update
 to 20231022)
Date: Sat, 28 Oct 2023 14:59:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#66770: [PATCH] gnu: parallel: Update to 20231022

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

-- 
66770: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66770
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Clément Lassieur <clement <at> lassieur.org>
To: Andy Tai <atai <at> atai.org>
Cc: 66770-done <at> debbugs.gnu.org
Subject: Re: [bug#66770] [PATCH] gnu: parallel: Update to 20231022
Date: Sat, 28 Oct 2023 16:57:47 +0200
On Thu, Oct 26 2023, Andy Tai wrote:

> * gnu/packages/parallel.scm (parallel): Update to 20231022

Applied as ed4f93356b6601d7be1890675a62803921c0ca0e, 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 20231022
Date: Thu, 26 Oct 2023 22:49:25 -0700
* gnu/packages/parallel.scm (parallel): Update to 20231022
---
 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 df7b498d1f..2ec87e751a 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 "20230922")
+    (version "20231022")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/parallel/parallel-"
                           version ".tar.bz2"))
       (sha256
-       (base32 "0qz0pzy6icgdr6ak0gszzlxqm4s0w514ayyg2d8gcpayvlb78i0i"))
+       (base32 "1316ydijavz41078c99mbrbaddnshspbs8nsbm5qlyah317vkwlk"))
       (snippet
        '(begin
           (use-modules (guix build utils))

base-commit: b96729e22d013cadf0a38536852a293f9dc2dfc5
-- 
2.41.0




This bug report was last modified 1 year and 207 days ago.

Previous Next


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