[PATCH] gnu: parallel: Update to 20240322

  • Done
  • quality assurance status badge
Details
One participant
  • Andy Tai
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

A
A
Andy Tai wrote on 31 Mar 17:56 -0700
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
21f232943486cfaaf5432a01dded37c5629bc5fc.1711932956.git.atai@atai.org
* gnu/packages/parallel.scm (parallel): update to 20240322

Change-Id: I7207d4847cd407de637334688242132e8c557490
---
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 b2a5648842..ae9065d75d 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -65,14 +65,14 @@ (define-module (gnu packages parallel)
(define-public parallel
(package
(name "parallel")
- (version "20240222")
+ (version "20240322")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
- (base32 "0ml5xicx4lwg2irhl38pdysmq1rmgxcn3m7pjci653r3grm9p87b"))
+ (base32 "15baksvj028im496wivr55mz9zqh74njrrd7djxggarx42d045qb"))
(snippet
'(begin
(use-modules (guix build utils))

base-commit: 1cba1f8ce6f84c4737650401c0eb0473a45f9ff7
--
2.34.1
A
A
Andy Tai wrote on 31 Mar 18:41 -0700
(name . GNU bug tracker automated control server)(address . control@debbugs.gnu.org)
CAJsg1E_-+EYUY8_GLUawvXQcsdZ2o1TNOdK94d8Z+25Rs4EzkQ@mail.gmail.com
close 70119
thanks
duplicate of 70118
?
Your comment

This issue is archived.

To comment on this conversation send an email to 70119@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 70119
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