[PATCH] gnu: parallel: Update to 20240722.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Zheng Junjie
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 8 months ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
e33ef024c1d3e4f9cb0c1238e4da48a100bd5295.1721724097.git.atai@atai.org
* gnu/packages/parallel.scm (parallel): Update to 20240722.

Change-Id: I0b13441a038807dd45a13a9b153ca6ba8799507d
---
gnu/packages/parallel.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
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
Zheng Junjie wrote 8 months ago
(name . Andy Tai)(address . atai@atai.org)(address . 72252-done@debbugs.gnu.org)
87ed7i9hom.fsf@iscas.ac.cn
Andy Tai <atai@atai.org> writes:

Toggle quote (31 lines)
> * 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

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmah3zkACgkQO1qpk+Gi
3/DLUg/9HsiBisFBVUBGP9rDurmxv5eQK5T2KCtwU21/sbzWiloqhZtDJuyz3LC5
i6TisFpEk+UjnzYz8Vw9Yo1tc5Rxt01fGVxzPnqHPr8JSV+SmtVRuUW0Cp8CGuvA
yxxwESzaw6ywk0WaJZOD727KLPqbRr+dcHJduQdLJZi6KXPT+xjJaA97eE/Q21I3
wlKo+7CF1KIp7QiWYNo9UVG20kGNk+KYf7dDcy9vfN8Z5EbqCovMhDKTzTuG0Agq
QISwv0+oTU0DOIG01v25gFyDqXbb8YZkvNppHGHYTkiVUrwEyag6BswyBGfD26cy
lTUunSbBaNzLBbrPfSQvtZDzH+chNmQk1DcJoipnQB3ZUhMKpA9HW5/1Mlx6/xYl
lle5gFyTq7KFWrDlFpRxp1emkCS3Sn9wKyo5A26aOGPl4OQYlHQFmjtmcOaBfWvY
1z/JjzBWEt4Ysh9WplWrX31uoRvV+j8T6l79hPR4oFaIKHgIuVewFiuDZTB93MbP
7vEUzZQDHdZ81hIoNdo2Zx4wzdOUeypm5HZyMJ58ZjGiv1Lt/SWnUbgZx3TSsu1j
blL6pLeT7TY0LjMSnA8yWF8X3Za+PdJs7Be9dA4zGUfqM00M/0wVjRNWCkGbmlEU
ECCTK5zMxUNUAxsVeDrUrLENZiWclkoW+SOqT5oUdu6MLEdQSJo=
=J88G
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 72252@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72252
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help