[PATCH] gnu: parallel: Update to 20240922.

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

Debbugs page

Andy Tai wrote 6 months ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
20d6537928542e81d29ce7c3c548f004cfb5f2ae.1727231051.git.atai@atai.org
* gnu/packages/parallel.scm (parallel): Update to 20240922.

Change-Id: I55f14f7ee8996a4339a17ec595c5b48bec044347
---
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 a77894b8d6..e89739e3d3 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -71,14 +71,14 @@ (define-module (gnu packages parallel)
(define-public parallel
(package
(name "parallel")
- (version "20240822")
+ (version "20240922")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
- (base32 "179hr24gs3gpz7c5mnnncg0dixym70hvsk705cbhp61ifrdxkfyp"))
+ (base32 "1i6b3agvmvfnkvxy1s15yficfpyxgk6k7wwqw0ly3idpx0ahf8b3"))
(snippet
'(begin
(use-modules (guix build utils))

base-commit: 3ac69c1a757430d6dfdd37eb948ba1d6967967cc
--
2.34.1
Z572 wrote 5 months ago
(name . Andy Tai)(address . atai@atai.org)(address . 73464-done@debbugs.gnu.org)
87r0959tqa.fsf@iscas.ac.cn
Andy Tai <atai@atai.org> writes:

Toggle quote (31 lines)
> * gnu/packages/parallel.scm (parallel): Update to 20240922.
>
> Change-Id: I55f14f7ee8996a4339a17ec595c5b48bec044347
> ---
> 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 a77894b8d6..e89739e3d3 100644
> --- a/gnu/packages/parallel.scm
> +++ b/gnu/packages/parallel.scm
> @@ -71,14 +71,14 @@ (define-module (gnu packages parallel)
> (define-public parallel
> (package
> (name "parallel")
> - (version "20240822")
> + (version "20240922")
> (source
> (origin
> (method url-fetch)
> (uri (string-append "mirror://gnu/parallel/parallel-"
> version ".tar.bz2"))
> (sha256
> - (base32 "179hr24gs3gpz7c5mnnncg0dixym70hvsk705cbhp61ifrdxkfyp"))
> + (base32 "1i6b3agvmvfnkvxy1s15yficfpyxgk6k7wwqw0ly3idpx0ahf8b3"))
> (snippet
> '(begin
> (use-modules (guix build utils))
>
> base-commit: 3ac69c1a757430d6dfdd37eb948ba1d6967967cc

push, close.
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmb2oj0ACgkQO1qpk+Gi
3/Ceqg/+LgoZV+nMQhW1dHGIVpIy/mT0jXcWJF4MweRV+I0MgYN7mCfV2lquFnuD
ZKK3c480Dx0opsOnXpnOuNgq/kYqnVfErBo0UgxqpRXP/F5+UVXqYWGWywpXMF59
BdhmLymQoZdHDAxJ10G9VdVtsRx8JVD7XfrBC+8v1sh+nQ++p5AzuCsUE3s4FwSI
3GGCvaPBUcbZDZpAG79usMA5DOLC/hE9+j5fg0krdWd6Kw6Xr5HQjHT3hioG/m0Z
jFDf6QuWe7MTk3USdh5WfTUi/sWYFKSAXe8F3kMwNPpufuUiL6+nlQFFTUZJ8Fz3
h0jwCG2AvdX7kmq70Y71CL9VdD4DOpm0tQwIZgKtSTHdQ+JaUUpRSKnSc4BK4PRr
yTuv14MpVZDhDHv5nupASimviR+L96698fLH5i6cMOfmV340Shjm5GOJS4qIwfmi
hQ+M6X8xxNgAUvFdtPd/ujTPIYx6/bc2+t/inWvv357PEVN2pTtAioDoacLUwXR2
y7HplMrgmbv0hIml9HncwtXfalgTsl5UKDgZ5lsLZ+UEUAQ5DSGWCVwLXJ1oRQrt
YcC7bYHAIMKdlnaT1tyqsMcwiOEkZfnp0moWvCbatQqbBeplmTn4BNVEwklyhE/8
6xBgmtIpuloLCZn+t+J51DOWweLjqqhWARrysJWNJirvnKvBNRY=
=a6tm
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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