[PATCH] gnu: parallel: Update to 20250722.

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

Debbugs page

A
A
Andy Tai wrote on 24 Jul 22:54 -0700
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
f410f204402eb677b0f21b91c96d1bd19e6c1611.1753422830.git.atai@atai.org
* gnu/packages/parallel.scm (parallel): Update to 20250722.

Change-Id: If9e9b5164efb074cc14a664d645802a2c39776a5
---
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 013ebd2fc0e..9874b2b9108 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -78,14 +78,14 @@ (define-module (gnu packages parallel)
(define-public parallel
(package
(name "parallel")
- (version "20250622")
+ (version "20250722")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
- (base32 "16s87njzhrddqp7c8aixxcxfdsqxchb3lrrb7jx29cgi277pixb9"))
+ (base32 "0fw4qzjyikyql09nhjvz8jjvwaszwwrw0pn4qg9mmpww2bs1za4i"))
(snippet
'(begin
(use-modules (guix build utils))

base-commit: b585cc6b699006a03f7b3125484d8ad66810fddd
--
2.43.0
A
A
Andreas Enge wrote on 26 Jul 07:46 -0700
(name . Andy Tai)(address . atai@atai.org)(address . 79088-done@debbugs.gnu.org)
aITqSHbilDi0UeD1@jurong
Pushed, thanks!

Andreas
Closed
?
Your comment

This issue is archived.

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

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