* [bug#69447] [PATCH] gnu: parallel: Update to 20240222
@ 2024-02-28 5:30 Andy Tai
2024-02-29 18:00 ` bug#69447: Close Andreas Enge
0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2024-02-28 5:30 UTC (permalink / raw)
To: 69447; +Cc: Andy Tai
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#69447: Close
2024-02-28 5:30 [bug#69447] [PATCH] gnu: parallel: Update to 20240222 Andy Tai
@ 2024-02-29 18:00 ` Andreas Enge
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Enge @ 2024-02-29 18:00 UTC (permalink / raw)
To: 69447-done
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-02-29 18:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-28 5:30 [bug#69447] [PATCH] gnu: parallel: Update to 20240222 Andy Tai
2024-02-29 18:00 ` bug#69447: Close Andreas Enge
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.