GNU bug report logs -
#71147
[PATCH] gnu: parallel: Upsdate to 20240522.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Thu, 23 May 2024 14:45:02 UTC
Severity: normal
Tags: patch
Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 71147 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/parallel.scm (parallel): Update to 20240522.
Change-Id: If9d78b0a6f50fd22e2ca8d290209dc7a83cba772
---
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 11199594f1..739767508a 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -65,14 +65,14 @@ (define-module (gnu packages parallel)
(define-public parallel
(package
(name "parallel")
- (version "20240422")
+ (version "20240522")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
- (base32 "0rr4i1a5gcxz60cb3p4ga3s8k79sr84yicqysg794ayy7qh8hf3q"))
+ (base32 "0a396j54857hqqbbskpyh31km7nzly67w3jhkpq2agmz66nrzvb7"))
(snippet
'(begin
(use-modules (guix build utils))
base-commit: 8144c587f89641d5976d5b3832297d391d489fbd
--
2.34.1
This bug report was last modified 357 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.