[PATCH] gnu: parallel: Update to 20230522

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Efraim Flashner
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)
fa4c6a6dc323ccae3a544d1f8f4c5919bb3cc590.1684817541.git.atai@atai.org
* gnu/packages/parallel.scm (parallel): Update to 20230522
---
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 d64e6e8dd5..74394e1ceb 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 "20230422")
+ (version "20230522")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
- (base32 "1hp3pbf3fsfi2hwaa13isaqzrn09lf847cdpjkhf0kfw14ymj1li"))
+ (base32 "00j2nqy808wd43hgalgry15v4ga1wrfq8s5r1cv18fq20mv6px0s"))
(snippet
'(begin
(use-modules (guix build utils))

base-commit: e3d3501f73333face5715383c925a9cba2f0772b
--
2.40.1
Efraim Flashner wrote 2 years ago
(name . Andy Tai)(address . atai@atai.org)(address . 63654-done@debbugs.gnu.org)
ZHhsWD1OxvE6RjDM@3900XT
Thanks. Patch pushed.

--
Efraim Flashner <efraim@flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmR4bFgACgkQQarn3Mo9
g1FcFg/+JlkONs6BYsbPavWAljkR9Q46XvcmQL4Et+k9PUYZAP1Np2EpVgN6hEAA
Ot+iPWuft5UBkO3Jm3o+3j2PxAapEz6dBi8W1Q/yc88VupmgL/08fQn0cx37S6CQ
6weRXPFYVfVI9AfI8skWBkVS860yf0Ur/ANbifwJgWiw74VPsSIjhaMUr3n+/fyI
KHM/7+xNaFDTC6yb519I81u73oglqGAQIbUHrIhl50gS/umjSiCu9jMZMxClvglO
JPFgPLG1EiWuzq1HepQFgT7MrBrUGhzx654Go2YekIrO7MTRz4Ywj3/FfRJ15gJt
kTFnXDsfat8Cs1qbMA59Vp/4BG93h+SIXJReDYSuMDkfHD9WzOBiWB5GdebbW6G2
J0NqZx9J1KTVYM54rMcs9t//ZXhjRI8wXW8sX4HRNpqxSMuXFlJQRT5pv+UFg88i
bMlaPJG2ZZdBDwYOJ2T/WTrL2D1uuRqeEbsaIz2UQVK6vHKWXm8mrjjiV7l89lB5
iVdOlM9uz2r8gwzwc4uK5JS9hRdS6Ww/HnJl2aIqdf1iRo2awTfSpafvtIDsiK64
EA8FfLKfwHQzZIt7c9VIizBV56sKS+uIoIu6k2YFRxbLUOksrZDHrPmdBEuzqD/i
IcTp7VjiYW/qWgCcGx6dsfw3NOhQefneNxeGmt1hdpEEX1ukdtw=
=apF1
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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