* [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
* bug#72252: [PATCH] gnu: parallel: Update to 20240722.
2024-07-23 8:42 [bug#72252] [PATCH] gnu: parallel: Update to 20240722 Andy Tai
@ 2024-07-25 5:14 ` Zheng Junjie
0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-07-25 5:14 UTC (permalink / raw)
To: Andy Tai; +Cc: 72252-done
[-- Attachment #1: Type: text/plain, Size: 1193 bytes --]
Andy Tai <atai@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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [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.