[PATCH] gnu: parallel: Update to 20241122.

  • 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 3 months ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
5e11db62f5dd49ffec193eaab1175cd025fee99d.1732774000.git.atai@atai.org
* gnu/packages/parallel.scm (parallel): Update to 20241122.

Change-Id: I4fc8e093131aa6e4950d26d8c53ed51415e4033e
---
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 e508dc6493..64c9b906eb 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -77,14 +77,14 @@ (define-module (gnu packages parallel)
(define-public parallel
(package
(name "parallel")
- (version "20241022")
+ (version "20241122")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
- (base32 "04kslp02ayckp8whjhiyppgi84iglfid27njf1k32zvzqvqjpqkd"))
+ (base32 "0n4ajx6d37dx6hmmvrc2499yxp3frai662kxq05s2z6188ppb7hs"))
(snippet
'(begin
(use-modules (guix build utils))

base-commit: ce877a777e6ec089dc347e9883387d3080b471cf
--
2.46.0
Zheng Junjie wrote 3 months ago
(name . Andy Tai)(address . atai@atai.org)(address . 74574-done@debbugs.gnu.org)
87ttbrsqln.fsf@iscas.ac.cn
Andy Tai <atai@atai.org> writes:

Toggle quote (31 lines)
> * gnu/packages/parallel.scm (parallel): Update to 20241122.
>
> Change-Id: I4fc8e093131aa6e4950d26d8c53ed51415e4033e
> ---
> 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 e508dc6493..64c9b906eb 100644
> --- a/gnu/packages/parallel.scm
> +++ b/gnu/packages/parallel.scm
> @@ -77,14 +77,14 @@ (define-module (gnu packages parallel)
> (define-public parallel
> (package
> (name "parallel")
> - (version "20241022")
> + (version "20241122")
> (source
> (origin
> (method url-fetch)
> (uri (string-append "mirror://gnu/parallel/parallel-"
> version ".tar.bz2"))
> (sha256
> - (base32 "04kslp02ayckp8whjhiyppgi84iglfid27njf1k32zvzqvqjpqkd"))
> + (base32 "0n4ajx6d37dx6hmmvrc2499yxp3frai662kxq05s2z6188ppb7hs"))
> (snippet
> '(begin
> (use-modules (guix build utils))
>
> base-commit: ce877a777e6ec089dc347e9883387d3080b471cf

pushed, closing.
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmdIK1QACgkQO1qpk+Gi
3/COoA//XtrKpkcUjnMHVYL8YQtDB69chuaOj8jLPKwOEzEA8o4u1a2qQIGYM/Sv
VirJ4CQceewW1EyrH5KtBwOp3JQQziZywYPugFnmJNZSARijN8wYakMmOKkjTxgU
Zor0VPIX2EnfpRYiZ0I7a53DJMnt4TKzxcb4M+Sk/xQHsque//wnAx0PSXATZoVm
f3LzHqcck/lmcvL4WzS8ui59lU4E7ns/VQ6vxcjmxzT2PHef5/NqfV08UOD+yESU
kMT96/Ka4dgw17V2pZt3lsedauil/v/ktIZF86OiWV0pi0TfpEYdHZNZdO4qguIT
Vutynw+N3WwhWWsWJvaZhda+6z2+SyO5g61BNWTiGAYi/3VrJbMkQZG2Xg/TlZJx
fI+/00wSY7ZPgoMwigDNNk8GlVvlXGUdtnK5WHQzHkS8WG/E7OBPeuYoQsaaT/op
QX/HimAkZorlga7NDxUrMYRauswK5+Rt53CuibDAdiI6yHmjy9oIJeoT3S3piNrq
lx1yL24UM6mQXcbupNf78+fdLk+PAAWBCP9J8Sj50hC5IetIgiVSd/aKsOzD9bAq
MjwmSsCibJzXcoKYiyn2Tq0IPNa/aCsnYddzuN4Drrd0Hxu/9pu22z3FqDQgC2Gs
7UIadnbC76mXovVWXubIs65/r0pnx0ewhQ9nhg8xdBAQ6TY1Swg=
=saSk
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 74574
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