guix-commits
[Top][All Lists]
Advanced

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

254/379: gnu: rust-clap-derive-4: Update to 4.3.0.


From: guix-commits
Subject: 254/379: gnu: rust-clap-derive-4: Update to 4.3.0.
Date: Thu, 29 Jun 2023 12:34:44 -0400 (EDT)

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

commit 4c2a7bf6fce4806bb2cebf6c4bffc660f0ba31dd
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon May 22 16:45:45 2023 +0300

    gnu: rust-clap-derive-4: Update to 4.3.0.
    
    * gnu/packages/crates-io.scm (rust-clap-derive-4): Update to 4.3.0.
    [cargo-inputs]: Replace rust-syn-1 with 2.  Remove
    rust-proc-macro-error-1.
---
 gnu/packages/crates-io.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 6fd32e4365..a9a759a817 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -11619,22 +11619,21 @@ how to behave across the three main input sources")
 (define-public rust-clap-derive-4
   (package
     (name "rust-clap-derive")
-    (version "4.1.0")
+    (version "4.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "clap_derive" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1s4c4005xsdw5zlq8z5h02mgjcsqgcd1ydxg6iird49fcxyjfjk8"))))
+        (base32 "0yzjjrww0hwfwy7l2yarmnl2gkjjs8660b4kgw1b8cr9jrrra78r"))))
     (build-system cargo-build-system)
     (arguments
      (list #:cargo-inputs
            `(("rust-heck" ,rust-heck-0.4)
-             ("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))))
+             ("rust-syn" ,rust-syn-2))))
     (home-page "https://clap.rs/";)
     (synopsis "Procedural macro crate for Clap")
     (description



reply via email to

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