[PATCH] gnu: parallel: Update to 20230322

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

Debbugs page

Andy Tai wrote 2 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
20230323042302.28831-1-atai@atai.org
* gnu/packages/parallel.scm (parallel): Update to 20230322
---
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 58b78f27f6..3c638e4ff9 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -64,14 +64,14 @@ (define-module (gnu packages parallel)
(define-public parallel
(package
(name "parallel")
- (version "20230222")
+ (version "20230322")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
- (base32 "03lqkhh9pa9kyrpfkcd4jlwidnjj0bq2ykp7h2vxss3n17maadkd"))
+ (base32 "1jkv5c0ddnwbmx7ay3zxn14sxibhi4ff58waqm6rvg0cdnxb3iz5"))
(snippet
'(begin
(use-modules (guix build utils))

base-commit: 5174820753be045ba4fc7cc93da33f4e0b730bc3
--
2.39.2
Christopher Baines wrote 2 years ago
(name . Andy Tai)(address . atai@atai.org)
871qlap4fb.fsf@cbaines.net
Andy Tai <atai@atai.org> writes:

Toggle quote (5 lines)
> * gnu/packages/parallel.scm (parallel): Update to 20230322
> ---
> gnu/packages/parallel.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Thanks Andy, I've pushed this to the master branch as
8e7b91946855d4e924cc71cb213402afcd734ecd.

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

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmQhvlhfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XdZ2g/+MNS/ET8q0f44L1owTAsWnt86e1CTIeHG
Q1gxxwvPNYtJQByyLFI5BPALFAUyp2jmLi6wWwBctYlu9gNRVXDO69PAjFkSGqP1
bt0QvQtVZG+kaGoUP6zWSamF+RFiyXwy9TvP28gT2i/z/N94BiGtdhefNCsgJPmQ
MopPrgP8J3RIw9hX7m1LxM6efuc49aKWy7JhjI60bKjEo04iGLCVA3kFHNJF1qli
pp5GWQtGU72uABnmPLNoS//L3uBg0l8P5HJqE8FiLdS/QRnkrWD1OP9a4fE7phNf
H8o0u3IlNUFQjehGNgRICcY1ymHOu8oESckA78X/UNT8w58u3zv01dpsPQ88+xiY
0slWxXDvfGZgtIu6GEZ84p4ovpIRNcwVOAA1YZ3OqR4BP5OT4thBHGnpoK1bxMWg
COjK+mI7q+oyg+l6dHVeHCbxYmrp7y4rZtMTkEvTUuO5188w5g6BNW3xfzBQSlqS
3X11cIZ/KqBfXWaOj2ODbsbOSo4Cm2ONwNIeb+gulaOYaO/f38J1fXDkuleq5CaB
a9fAyySo91vCf3CyK7tbNvYM/ypMzEITiJ7UO1RPchk972puN5rSgpIio60s6HgF
9x1kqkEkDGMBNggq5othPHv+GHoalpkLUo1LWs/kPQIfxykKbvRnHiN1M5TSfrJg
Mm4OTZ3OI5U=
=eq6F
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

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

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