* [bug#72252] [PATCH] gnu: parallel: Update to 20240722.
@ 2024-07-23 8:42 Andy Tai
2024-07-25 5:14 ` bug#72252: " Zheng Junjie
0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2024-07-23 8:42 UTC (permalink / raw)
To: 72252; +Cc: Andy Tai
* gnu/packages/parallel.scm (parallel): Update to 20240722.
Change-Id: I0b13441a038807dd45a13a9b153ca6ba8799507d
---
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 a16a0d8689..2e00701582 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -68,14 +68,14 @@ (define-module (gnu packages parallel)
(define-public parallel
(package
(name "parallel")
- (version "20240622")
+ (version "20240722")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
- (base32 "1m9qpx6c7b62s1kjp6aj0qfnj3fw2pl72q32bdykqi5x0z4i1qip"))
+ (base32 "1w2k1s7fmbj7csnmxxzvg07i5vgja1ddhjj6m6z2ibvnyxqm8cy7"))
(snippet
'(begin
(use-modules (guix build utils))
base-commit: 1fa4d658d808202f98003d1488f8e44daee370a9
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-25 5:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-23 8:42 [bug#72252] [PATCH] gnu: parallel: Update to 20240722 Andy Tai
2024-07-25 5:14 ` bug#72252: " Zheng Junjie
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.