[PATCH] gnu: parallel: Update to 20241022.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andreas Enge
  • Andy Tai
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 5 months ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
02b3ce29837ce003accd8fa407152c9aedb81347.1729572313.git.atai@atai.org
* gnu/packages/parallel.scm (parallel): Update to 20241022.

Change-Id: I68f5de78e069d2238b8f5dcb43d3e3f85e3f09ba
---
gnu/packages/parallel.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
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
Andreas Enge wrote 5 months ago
Close
(address . 73942-done@debbugs.gnu.org)
ZxdsDaAovItdOT47@jurong
Pushed to alleviate the burden on QA; parallel has been an easy customer
in the past.

Andreas
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 73942@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73942
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help