[PATCH 3/4] gnu: rust-clap-builder-4: Update to 4.4.11.

  • Done
  • quality assurance status badge
Details
2 participants
  • Daniel Ziltener
  • Efraim Flashner
Owner
unassigned
Submitted by
Daniel Ziltener
Severity
normal

Debbugs page

Daniel Ziltener wrote 1 years ago
(address . guix-patches@gnu.org)(address . dziltener@lyrion.ch)
152c2173895823bcd11492e97b54aa64@lyrion.ch
---
gnu/packages/crates-io.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Toggle diff (33 lines)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index fd7a77f5d4..3285ea4d67 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13095,14 +13095,14 @@ (define-public rust-clap-2
(define-public rust-clap-builder-4
(package
(name "rust-clap-builder")
- (version "4.3.19")
+ (version "4.4.11")
(source (origin
(method url-fetch)
- (uri (crate-uri "clap-builder" version))
+ (uri (crate-uri "clap_builder" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1qg9xrshy9h5cmavg4zfc1gzjkcwq2p97qyg6lm6dr8zizqa7ih1"))))
+ "1fxdsmw1ilgswz3lg2hjlvsdyyz04k78scjirlbd7c9bc83ba5m2"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-test-flags
@@ -13114,7 +13114,7 @@ (define-public rust-clap-builder-4
(("rust-anstream" ,rust-anstream-0.3)
("rust-anstyle" ,rust-anstyle-1)
("rust-backtrace" ,rust-backtrace-0.3)
- ("rust-clap-lex" ,rust-clap-lex-0.5)
+ ("rust-clap-lex" ,rust-clap-lex-0.6)
("rust-once-cell" ,rust-once-cell-1)
("rust-strsim" ,rust-strsim-0.10)
("rust-terminal-size" ,rust-terminal-size-0.2)
--
2.43.0
Efraim Flashner wrote 1 years ago
(name . Daniel Ziltener)(address . dziltener@lyrion.ch)(address . 67772-done@debbugs.gnu.org)
ZYq8gI3lmuiEbMz9@3900XT
Thanks. Patch added to the rust-team branch.

--
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-----

iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmWKvIAACgkQQarn3Mo9
g1Hc5A/+PHofc8it1b00fVtEcElRgio85IlzEE8iymE66gB/tdER10/uPw0j/CPS
/AvtMJTU5X9YyUIAoEWT1jNGzKM+RI0Tdj6EWSiuTl/l5mMBeMtMETJVpudcQCGa
NosgaXG41vNnULJSiBc0l/+62VW0VcW5j7m8pqAs3LTjlbaUXC1NMsYGl13L4C9K
FyGLNTT2fg53PLBkb5PHGgN0n4z0wsQqylZncy3DB0Ad8tDt5v/moL8K0O95BaY4
AZoLogtg+ibBtpq76cdz/CJkxH1KhcrJvxxRVdqLC+Tn0v89N2cvHwIzFbeUkAkT
Z3m/LobiQKjkx5CnfasQLvNlIcgg/w+Vnv4auiR9EqEgOWgTkCnvQpBt2O5Zg9dR
NWSnQeed7L9CceDNynQBPd/roiNsu2TygxIo66UVEqAs/nTcUXBllk3MwgSOxuKK
PIjWgSvLzp5TMr30B2qAx+Ul3jAcDiwoZjU0/D5xMraMYZaXHp5cjNwV8IefsxHX
eKHqjmutelLN4A1/lv3yLgYZ74jHnEUJT3LafBmJt6UKHolLbvj6poWUCwzjOHIl
8m9KYIgpVyzaDHnEm0bDAMQPRMIUlJlJfjTSGj52kgfCO/hmffUz9dKOvf+jzNmp
9j7e7MvvtsfM1sWM/7ZnDBeJi/4NUxLAKtVf3MN9in12I77UzG8=
=qq9U
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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