GNU bug report logs -
#72252
[PATCH] gnu: parallel: Update to 20240722.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Tue, 23 Jul 2024 08:43:01 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 message dated Thu, 25 Jul 2024 13:14:33 +0800
with message-id <87ed7i9hom.fsf <at> iscas.ac.cn>
and subject line Re: [bug#72252] [PATCH] gnu: parallel: Update to 20240722.
has caused the debbugs.gnu.org bug report #72252,
regarding [PATCH] gnu: parallel: Update to 20240722.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
72252: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72252
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 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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Andy Tai <atai <at> atai.org> writes:
> * 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
push, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=2c5eaa61e50f3f6e5e52642feba53093b7777f0b
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 358 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.