[PATCH] gnu: parallel: Update to 20250222.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Ludovic Courtès
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 2 weeks ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
39b6f50d681200b73c5e1d7974d8449d0af3de49.1740290542.git.atai@atai.org
* gnu/packages/parallel.scm (parallel): Update to 20250222.

Change-Id: I34fcb89c8d1871fa4d680c4eecdd8a23621e813f
---
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 e0496aabb8..f16cbff2e2 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 "20250122")
+ (version "20250222")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
- (base32 "1cwdpjcy211gniv4d5j8hk8cvjsz8dd8w71qwpwhqcvf6idrxiq3"))
+ (base32 "1xxvblq82q5jisd6qcwk861ww5s7i7kiibnvagr3nkni1mzb4nnh"))
(snippet
'(begin
(use-modules (guix build utils))

base-commit: 38b4358f4d84cafa54deff77dee6fafac3e03864
--
2.43.0
Ludovic Courtès wrote 7 days ago
(name . Andy Tai)(address . atai@atai.org)(address . 76496-done@debbugs.gnu.org)
878qpjz5qp.fsf@gnu.org
Andy Tai <atai@atai.org> skribis:

Toggle quote (4 lines)
> * gnu/packages/parallel.scm (parallel): Update to 20250222.
>
> Change-Id: I34fcb89c8d1871fa4d680c4eecdd8a23621e813f

Applied, thanks!
Closed
?
Your comment

Commenting via the web interface is currently disabled.

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

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