* [bug#75218] [PATCH] gnu: parallel: Update to 20241222.
@ 2024-12-31 4:39 Andy Tai
2025-01-02 13:15 ` bug#75218: " Zheng Junjie
0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2024-12-31 4:39 UTC (permalink / raw)
To: 75218; +Cc: Andy Tai
* gnu/packages/parallel.scm (parallel): Update to 20241222.
Change-Id: Ifd94bcfdb069f1c9db6aa074a128722eff54d264
---
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 99cd629603..0197891fb6 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -78,14 +78,14 @@ (define-module (gnu packages parallel)
(define-public parallel
(package
(name "parallel")
- (version "20241122")
+ (version "20241222")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
- (base32 "0n4ajx6d37dx6hmmvrc2499yxp3frai662kxq05s2z6188ppb7hs"))
+ (base32 "0y8s635p21k9m27p08c1hm2xhy3f2wm7q6v0z43l2q4qn66066vs"))
(snippet
'(begin
(use-modules (guix build utils))
base-commit: 95fd0a5a2c0bea49d54f31dd4e4ec206b780a236
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#75218: [PATCH] gnu: parallel: Update to 20241222.
2024-12-31 4:39 [bug#75218] [PATCH] gnu: parallel: Update to 20241222 Andy Tai
@ 2025-01-02 13:15 ` Zheng Junjie
0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2025-01-02 13:15 UTC (permalink / raw)
To: Andy Tai; +Cc: 75218-done
[-- Attachment #1: Type: text/plain, Size: 1105 bytes --]
Andy Tai <atai@atai.org> writes:
> * gnu/packages/parallel.scm (parallel): Update to 20241222.
>
> Change-Id: Ifd94bcfdb069f1c9db6aa074a128722eff54d264
> ---
> 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 99cd629603..0197891fb6 100644
> --- a/gnu/packages/parallel.scm
> +++ b/gnu/packages/parallel.scm
> @@ -78,14 +78,14 @@ (define-module (gnu packages parallel)
> (define-public parallel
> (package
> (name "parallel")
> - (version "20241122")
> + (version "20241222")
> (source
> (origin
> (method url-fetch)
> (uri (string-append "mirror://gnu/parallel/parallel-"
> version ".tar.bz2"))
> (sha256
> - (base32 "0n4ajx6d37dx6hmmvrc2499yxp3frai662kxq05s2z6188ppb7hs"))
> + (base32 "0y8s635p21k9m27p08c1hm2xhy3f2wm7q6v0z43l2q4qn66066vs"))
> (snippet
> '(begin
> (use-modules (guix build utils))
>
> base-commit: 95fd0a5a2c0bea49d54f31dd4e4ec206b780a236
pushed, closing.
[-- 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:[~2025-01-02 13:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-31 4:39 [bug#75218] [PATCH] gnu: parallel: Update to 20241222 Andy Tai
2025-01-02 13:15 ` bug#75218: " 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.