GNU bug report logs -
#69447
[PATCH] gnu: parallel: Update to 20240222
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Wed, 28 Feb 2024 05:32:02 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 29 Feb 2024 19:00:13 +0100
with message-id <ZeDGLcgaMwmHvd7T <at> jurong>
and subject line Close
has caused the debbugs.gnu.org bug report #69447,
regarding [PATCH] gnu: parallel: Update to 20240222
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
69447: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69447
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/parallel.scm (parallel): Update to 20240222
Change-Id: I616057cfbe460e363c9da6c3e6f5c1e51d8971c4
---
gnu/packages/parallel.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
[Message part 3 (message/rfc822, inline)]
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
This bug report was last modified 1 year and 80 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.