GNU bug report logs - #73942
[PATCH] gnu: parallel: Update to 20241022.

Previous Next

Package: guix-patches;

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

Date: Tue, 22 Oct 2024 04:47:02 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Andy Tai <atai <at> atai.org>
To: 73942 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [bug#73942] [PATCH] gnu: parallel: Update to 20241022.
Date: Mon, 21 Oct 2024 21:45:27 -0700
* gnu/packages/parallel.scm (parallel): Update to 20241022.

Change-Id: I68f5de78e069d2238b8f5dcb43d3e3f85e3f09ba
---
 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 fc96136065..89d82fb8da 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -71,14 +71,14 @@ (define-module (gnu packages parallel)
 (define-public parallel
   (package
     (name "parallel")
-    (version "20240922")
+    (version "20241022")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/parallel/parallel-"
                           version ".tar.bz2"))
       (sha256
-       (base32 "1i6b3agvmvfnkvxy1s15yficfpyxgk6k7wwqw0ly3idpx0ahf8b3"))
+       (base32 "04kslp02ayckp8whjhiyppgi84iglfid27njf1k32zvzqvqjpqkd"))
       (snippet
        '(begin
           (use-modules (guix build utils))

base-commit: 5ab3c4c1e43ebb637551223791db0ea3519986e1
-- 
2.34.1





This bug report was last modified 268 days ago.

Previous Next


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