[PATCH 4/4] gnu: rust-clap-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)
d2916e14007f8d06b94250ab55e5d672@lyrion.ch
---
gnu/packages/crates-io.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3285ea4d67..e5f6ec30a3 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12987,14 +12987,15 @@ (define-public rust-clap-derive-3
(define-public rust-clap-4
(package
(name "rust-clap")
- (version "4.3.19")
+ (version "4.4.11")
(source
(origin
(method url-fetch)
(uri (crate-uri "clap" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0ba5mbnkfr5v92yrr00f194w8k2rwyi9ckjcy1bqm5gz1fi09lsz"))))
+ (base32
+ "1wj5gb2fnqls00zfahg3490bdfc36d9cwpl80qjacb5jyrqzdbxz"))))
(build-system cargo-build-system)
(arguments
(list #:cargo-inputs
--
2.43.0
Efraim Flashner wrote 1 years ago
(name . Daniel Ziltener)(address . dziltener@lyrion.ch)(address . 67774-done@debbugs.gnu.org)
ZYq8hqSNDjiBu7a1@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-----

iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmWKvIYACgkQQarn3Mo9
g1Esmg/+M2wEmGBZ/NBHSgairhEZDxY7QVZf+5hCOp+vkP9uBelXhbreMj19+Org
zUW8kCdD0OkZnCeyZc3fGTTtfdWhJTVtSOH/jWzmheHYWxXl36Z8TO8wsm2SSFkE
IkrxtVeXMkDapyls4qVpBdC+scROISxg/AQYrIOBi+YEHF2z8HDmm7SVEoWRAuPj
kfikCyHpuFWhJEiXDls7KfOZXbmLQj6gBdjAGmq0El7tVttoqsPQOXrFWhTdKGDw
Bp7JALI2wYAWMkjG+3RiVQfCh0pj1DZ7UOK3yCt3085NHgqrvMOehJrWxvfCwCG0
0nnsp+UX4/3Ix2ZW+hvzyCEY4Mg6eLDS7iSiQjrEdEyzYxaBOBpDjoUyzSL94cyo
FUw2RjDS6gy4IIqXpzUSNR53Ki8TpkTfcFzc62uVbze/FgWH0SaceDz1fK6y0ReB
/03PA7s0YqDx1hEJiXf6gckEEC+GaUukNQjG8VN6gX/+xEGgKQa0jfLNJ+Un7gc+
mRecp486gNhRhhlfTGXJ6brf0z3E6BIFdL4KUdSIVR1uqDI/L4nsfmFF/a/gh2Zw
SWgQL4naFSo0Cq0r7XXlluF6jLxbLhamd5hNkOURGFkyNTo/FEfgLw0pBdsAgTwo
NMMMp5yIt4H7/3fhdb04sYN5TcnOwtX0VR2noHeVP7uo2zXkTr4=
=yMc4
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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