GNU bug report logs - #68252
[PATCH] gnu: parallel: Update to 20231222

Previous Next

Package: guix-patches;

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

Date: Fri, 5 Jan 2024 05:50:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <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#68252: closed (Re: [bug#68252] [PATCH] gnu: parallel: Update
 to 20231222)
Date: Sun, 07 Jan 2024 20:04:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#68252: [PATCH] gnu: parallel: Update to 20231222

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

-- 
68252: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68252
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Andy Tai <atai <at> atai.org>
Cc: 68252-done <at> debbugs.gnu.org
Subject: Re: [bug#68252] [PATCH] gnu: parallel: Update to 20231222
Date: Sun, 07 Jan 2024 21:02:50 +0100
> * gnu/packages/parallel.scm (parallel): Update to 20231222

Applied, thanks,

Mathieu

[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 20231222
Date: Thu,  4 Jan 2024 21:49:07 -0800
* gnu/packages/parallel.scm (parallel): Update to 20231222

Change-Id: I4a32d93e7d7d5e79280d8d804701bb4a7ed57bb9
---
 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 e12035e47d..8f59331a02 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 "20231122")
+    (version "20231222")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/parallel/parallel-"
                           version ".tar.bz2"))
       (sha256
-       (base32 "1qpa3dhmdddw7l5906y8ck8rnri66kqkxcbxhsnj058pmbw9qb42"))
+       (base32 "1alvva2dlnlq5rbbklzc2a7l84mg550l1xc632zdgfx9dzf6sihr"))
       (snippet
        '(begin
           (use-modules (guix build utils))

base-commit: f2102cb5b9239be2ed2023b908b726af542e0124
-- 
2.41.0




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

Previous Next


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