guix-commits
[Top][All Lists]
Advanced

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

05/154: gnu: rust-clap-derive-3: Update to 3.2.25.


From: guix-commits
Subject: 05/154: gnu: rust-clap-derive-3: Update to 3.2.25.
Date: Mon, 22 Jan 2024 15:36:29 -0500 (EST)

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

commit 2f0453a08668c224e5ca1fff0454f7878fb37aa8
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 12:10:20 2024 +0200

    gnu: rust-clap-derive-3: Update to 3.2.25.
    
    * gnu/packages/crates-io.scm (rust-clap-derive-3): Update to 3.2.25.
    [arguments]: Don't skip the build.
    
    Change-Id: I6f4fc69a69dc9502f7dad788bf836222a7e7a987
---
 gnu/packages/crates-io.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a02de9097a..3b992d7af1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -10804,20 +10804,18 @@ how to behave across the three main input sources")
   (package
     (inherit rust-clap-derive-4)
     (name "rust-clap-derive")
-    (version "3.2.18")
+    (version "3.2.25")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "clap_derive" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0r9az0cl33xx0i9g18l56l3vd5ayjvcflvza2gdf8jwcab78n37a"))))
+        (base32 "025hh66cyjk5xhhq8s1qw5wkxvrm8hnv5xwwksax7dy8pnw72qxf"))))
     (arguments
-     (list #:skip-build? #t
-           #:cargo-inputs
+     (list #:cargo-inputs
            `(("rust-heck" ,rust-heck-0.4)
-             ("rust-proc-macro-error"
-              ,rust-proc-macro-error-1)
+             ("rust-proc-macro-error" ,rust-proc-macro-error-1)
              ("rust-proc-macro2" ,rust-proc-macro2-1)
              ("rust-quote" ,rust-quote-1)
              ("rust-syn" ,rust-syn-1))))))



reply via email to

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