* [bug#71147] [PATCH] gnu: parallel: Upsdate to 20240522.
@ 2024-05-23 14:44 Andy Tai
2024-05-31 4:16 ` [bug#71147] [PATCH v2] gnu: parallel: Update " Andy Tai
2024-05-31 11:52 ` bug#71147: [PATCH] gnu: parallel: Upsdate " Zheng Junjie
0 siblings, 2 replies; 3+ messages in thread
From: Andy Tai @ 2024-05-23 14:44 UTC (permalink / raw)
To: 71147; +Cc: Andy Tai
* 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#71147] [PATCH v2] gnu: parallel: Update to 20240522.
2024-05-23 14:44 [bug#71147] [PATCH] gnu: parallel: Upsdate to 20240522 Andy Tai
@ 2024-05-31 4:16 ` Andy Tai
2024-05-31 11:52 ` bug#71147: [PATCH] gnu: parallel: Upsdate " Zheng Junjie
1 sibling, 0 replies; 3+ messages in thread
From: Andy Tai @ 2024-05-31 4:16 UTC (permalink / raw)
To: 71147; +Cc: Andy Tai
* 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#71147: [PATCH] gnu: parallel: Upsdate to 20240522.
2024-05-23 14:44 [bug#71147] [PATCH] gnu: parallel: Upsdate to 20240522 Andy Tai
2024-05-31 4:16 ` [bug#71147] [PATCH v2] gnu: parallel: Update " Andy Tai
@ 2024-05-31 11:52 ` Zheng Junjie
1 sibling, 0 replies; 3+ messages in thread
From: Zheng Junjie @ 2024-05-31 11:52 UTC (permalink / raw)
To: Andy Tai; +Cc: 71147-done
[-- Attachment #1: Type: text/plain, Size: 1193 bytes --]
Andy Tai <atai@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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-05-31 11:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-23 14:44 [bug#71147] [PATCH] gnu: parallel: Upsdate to 20240522 Andy Tai
2024-05-31 4:16 ` [bug#71147] [PATCH v2] gnu: parallel: Update " Andy Tai
2024-05-31 11:52 ` bug#71147: [PATCH] gnu: parallel: Upsdate " 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.