[PATCH] gnu: parallel: Update to 20230622

  • 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)
a436fb79eac08b136b97a2ff770ebb00f0748f2e.1687496687.git.atai@atai.org
* gnu/packages/parallel.scm (parallel): Update to 20230622
---
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 74394e1ceb..569e98430c 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 "20230522")
+ (version "20230622")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
- (base32 "00j2nqy808wd43hgalgry15v4ga1wrfq8s5r1cv18fq20mv6px0s"))
+ (base32 "13i3himpq1gzhn3b0hl8vp34kz950ql9pssw251ad611f2nj8fny"))
(snippet
'(begin
(use-modules (guix build utils))

base-commit: dcca13ed7340f17a33a4c0907c13b64d5da66a8e
--
2.40.1
Christopher Baines wrote 2 years ago
(name . Andy Tai)(address . atai@atai.org)
87o7l2sgqy.fsf@cbaines.net
Andy Tai <atai@atai.org> writes:

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

Thanks, I've pushed this to master as
040926ece53e4e5a6c4361325e32908d1edc9b99.

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

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmSZXTVfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xf/Sw/+MVITq+Mgv2071i+VsP7DX0Z4g1XBg64Q
WdoEzLeIjXB5Wy75QJp+pRM8AHGsnL0uj3zljrfZ8jVGLEDsUzrIeiwfMOJCUR+h
pPEH4DE0bNdGYz6gy5HzDVyyjYxxSTMp+S/rc+72Ds3EwI7Q56WyQw5Rh9dLKqzo
uZL5tHkaW5O65F+CoFQB3FSqifKNGhBDPxDtN2E0hSJI3K/yakeE21Lh849yaEHh
tL6kLUExaJHpfdTI8kMZ7aO3CJbOW/OUV/nIgHBYS5c1PvsuQbe/EB314/oHeNph
MFLDxM2YFeYw44BQwPmSijZJIsa5FtUuL6m5QfE8f9JghciOAjwqvj6b2COqbVJs
NSgC0AJLggOmb1qaiRD+uTkvt4Mxs8Jm+Lk/nFTjXfXRhKdx02AkkPeOHWY9eYWE
/xSfGIidt/jDJvwW7QNZfKRMm0aUrQLtcUBk/XtkRlm1An3DtER129VLeEHWJtqW
hlt8zNXSFhLecwXCFojxK7k2tn0ExmGaLAGaYRlknFBfQMvrceleECVyPc2eXFZv
vs5yDoF7oFmkVT3epDdQ9BYqpXn+TORKrHQ419zC0OU9X+QcqdZAU8iU3g5N+bxX
OmuiqgaNK3z09INaGOgdhXcm7Y1HXM8TPtwgpCMqW1yR9sJQ0GeQU9wJa1YmE45v
4CDxNxJcKRg=
=MNFG
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

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

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