guix-commits
[Top][All Lists]
Advanced

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

45/135: gnu: rust-clap-derive: Update to 4.5.4.


From: guix-commits
Subject: 45/135: gnu: rust-clap-derive: Update to 4.5.4.
Date: Wed, 27 Mar 2024 04:54:51 -0400 (EDT)

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

commit 88a7671d3022e88f185acf15db56eb260804f843
Author: VÖRÖSKŐI András <voroskoi@gmail.com>
AuthorDate: Sat Feb 24 21:39:52 2024 +0100

    gnu: rust-clap-derive: Update to 4.5.4.
    
    * gnu/packages/crates-io.scm (rust-clap-derive-4): Update to 4.5.4.
    [cargo-inputs]: Replace rust-heck-0.4 with 0.5.
    
    Change-Id: If6e59e0b352fac6f3659f72d43b31b5d4b4e8f2b
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/crates-io.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0d2c95c172..682a76622b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12307,18 +12307,18 @@ how to behave across the three main input sources")
 (define-public rust-clap-derive-4
   (package
     (name "rust-clap-derive")
-    (version "4.4.7")
+    (version "4.5.4")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "clap_derive" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0hk4hcxl56qwqsf4hmf7c0gr19r9fbxk0ah2bgkr36pmmaph966g"))))
+        (base32 "0r2gs2p10pb435w52xzsgz2mmx5qd3qfkmk29y4mbz9ph11k30aj"))))
     (build-system cargo-build-system)
     (arguments
      (list #:cargo-inputs
-           `(("rust-heck" ,rust-heck-0.4)
+           `(("rust-heck" ,rust-heck-0.5)
              ("rust-proc-macro2" ,rust-proc-macro2-1)
              ("rust-quote" ,rust-quote-1)
              ("rust-syn" ,rust-syn-2))))



reply via email to

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