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
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#71147: [PATCH] gnu: parallel: Upsdate to 20240522.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 71147 <at> debbugs.gnu.org.
--
71147: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71147
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Andy Tai <atai <at> atai.org> writes:
> * 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: aeba4849b42b4d3ac75341ac4b61843c1fe48181
push, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=395ee83545b49f246ecd90f5bb066a88f9a1c953
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* 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: aeba4849b42b4d3ac75341ac4b61843c1fe48181
--
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.