guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

175/424: gnu: rust-clap-derive-4: Update to 4.5.18.


From: guix-commits
Subject: 175/424: gnu: rust-clap-derive-4: Update to 4.5.18.
Date: Sun, 10 Nov 2024 05:41:56 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 17769311ab5da99ed1d38e9a342142b3be28db76
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Sep 22 15:27:44 2024 +0300

    gnu: rust-clap-derive-4: Update to 4.5.18.
    
    * gnu/packages/crates-io.scm (rust-clap-derive-4): Update to 4.5.18.
    
    Change-Id: Ifbd985093a66f7839b1a67e74e2ae296c13c38d6
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index aff131ad45..c937655835 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13159,14 +13159,14 @@ how to behave across the three main input sources")
 (define-public rust-clap-derive-4
   (package
     (name "rust-clap-derive")
-    (version "4.5.4")
+    (version "4.5.18")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "clap_derive" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0r2gs2p10pb435w52xzsgz2mmx5qd3qfkmk29y4mbz9ph11k30aj"))))
+        (base32 "1ardb26bvcpg72q9myr7yir3a8c83gx7vxk1cccabsd9n73s1ija"))))
     (build-system cargo-build-system)
     (arguments
      (list #:cargo-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]