[PATCH] gnu: parallel: Update to 20240222

  • 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 1 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
37ca52be3c1805d9390e2a81729fc01f02e216d6.1709098219.git.atai@atai.org
* gnu/packages/parallel.scm (parallel): Update to 20240222

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

base-commit: 8c0282cf543fe205a5b89201cd7bb8889121a07c
--
2.34.1
Andreas Enge wrote 1 years ago
Close
(address . 69447-done@debbugs.gnu.org)
ZeDGLcgaMwmHvd7T@jurong
Since QA has trouble keeping up, let us clean the queue of simple things;
parallel never fails :)

Pushed after adding two "." to the commit message.

Thanks!

Andreas
Closed
?
Your comment

This issue is archived.

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

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