[PATCH 2/4] gnu: rust-clap-derive: Update to 4.4.7.

  • 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)
287c39a6d542e503530354e75a2bddda@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 7eae768ab7..fd7a77f5d4 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12940,14 +12940,15 @@ (define-public rust-clap-conf-0.1
(define-public rust-clap-derive-4
(package
(name "rust-clap-derive")
- (version "4.3.12")
+ (version "4.4.7")
(source
(origin
(method url-fetch)
(uri (crate-uri "clap_derive" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0l50j37jwbzfl29bd2a1ib7z1jpch4b9868himrgwpgwb1bvpaal"))))
+ (base32
+ "0hk4hcxl56qwqsf4hmf7c0gr19r9fbxk0ah2bgkr36pmmaph966g"))))
(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 . 67771-done@debbugs.gnu.org)
ZYq8eOXaLCLujtPK@3900XT
Already updated in the rust-team branch. Sorry!

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

iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmWKvHgACgkQQarn3Mo9
g1FAhw/8CRrWYSxCnANHJS8J4ANFpXzVsaDsqrD1AVs0DaxAblH0G4hFvYb3fYHV
WrlXBU3/nIDhKmutn9Wbbi+Km5OBBQ0DfW+AtAW3ru0ivsvETy4D63RTsfdQI65v
/feRYZmeqLvovQIQPdO5O97O4ey8xVFfh5Qs/KY5UCdQmMIykuTT0d/A0zzaFkKF
UpVkcETl3sva0zhD3PtZfHM0oYt/4xzNDa59SPqBxKW5Ed1srWFH9ca2pVpXOxNv
gTMqV43HnF9ejQhIFmzv7rbJeFu8L/RLfG3JXJz57nyC4DoxrjjMg9p7BH3GmCs3
ivko2bemma9zmfsm/Crp/Nyt2WuTCCIQh/69vwI9dhdPsBlgh12IhukqvQD20mMW
slH85D8gWqu6Cc65GRrtB5eJvaI+6pXA0b6H1AMMeUCw63Nb8xjkE3MrA9IdVuT5
Bp9ZGAM7RIUiRV90Xjn6cVyzuYcdeODOzM1NCJU4LjFpvodulCHfoRiH0PSpzH82
+78aGa9tLhvnD12EL7/lm6dLIgBUW4Dl6LzowszDwe6lZs1t+fKYG8nwS+k4w2Ms
GYJ40EinmbXhqUr1KEZSLfmbprPGlM4MSegE5RFEPwZcB8ao2LtQPRVWOboSSkIc
hNNHNldPC7nBPDCn3ElRsJaRMo5UDhO2K7dt8ncU7wLX0KGcW6w=
=h+8k
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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