[PATCH] gnu: parallel: Update to 20240822.

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

Debbugs page

Andy Tai wrote 7 months ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
a072a658af41a425d02ed492ea3ff80fe169e8b0.1724319806.git.atai@atai.org
* gnu/packages/parallel.scm (parallel): Update to 20240822.

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

base-commit: a1d367d6ee8c1783ef94cebbc5f2ae3b7a08078d
--
2.34.1
Z572 wrote 6 months ago
(name . Andy Tai)(address . atai@atai.org)(address . 72758-done@debbugs.gnu.org)
87ttf5f2et.fsf@iscas.ac.cn
Andy Tai <atai@atai.org> writes:

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

push, and fix cross-compilation.
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmbO5woACgkQO1qpk+Gi
3/C0vQ//e3DoV+pbz/ou/94han8Bor6F8sCHYEiKOjTgmL15tuqTuVyj4eKC0nio
4QXK6d8URo3eoj4HOcABcPGb8ztjcBwJPpPhkkfi8nprTZlc88q2T19V0faYpjfW
N7vxrnGoTaEiVcyUbKoXY1zBmks3qVLy29HnVh8DS+GKqAmhvxESadnwJ+tDF/Im
UL9CAA6yq2eh4PbMnvFeB9kd0FBPzerC4WyXLPbTb8jNpfviBfBZFHyNjwpGD95k
nZKpQHMJQTBBS/Gi9Xj3fFeBc4+qAWUTwHEEj8GJi0FgbNiltAo0/HVRImA4kJE8
iZxN6oELmcCLUEtaqb+Qixb3nNzYwv0REZaJKUFUbGYxw9rJbeUsPGRpOaM17HWl
uN74JVZSGXqJC7S7JS5Y8gdh2IECeCxRb5qd96nxcqLY8A9Unh/YjCcX4ecny0ak
qoXePaTzJjGnY9UkHrGpAEkHCeosBbHGAMFEfAMascGMXmZwxIk0zpWTBKhbd/Dw
RxR15LUH791UcqiwDTBFzJaXCn0NM2/Y6iUouA1U7T+OaWkVEWpNrL4+wSPPkouF
7yIH559GbV+5oHRkFba48l5X+uI2uMVfGoeFjTzzs69M2Et7tnH4sGlAKFb9IPZ9
STTIBgiuKH081J4jMLn99i+U94cZmff60xWsE/duRA/+A7ZKPxU=
=nX5n
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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