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

commit a2a50e7e8c00f19f2e95016acc749d26b66ed275
Author: Efraim Flashner <[email protected]>
AuthorDate: Fri Dec 27 13:46:26 2024 +0200

    gnu: rust-bindgen-cli: Update to 0.71.1.
    
    * gnu/packages/rust-apps.scm (rust-bindgen-cli): Update to 0.71.1.
    [cargo-inputs]: Add rust-proc-macro2-1.  Replace rust-bindgen-0.70 with
    0.71.  Remove rust-clap-4.
    
    Change-Id: I7287730e6f55e234fd7c2b64608bf65458f19531
---
 gnu/packages/rust-apps.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 2fa003050e..eff2f47bdf 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -2804,22 +2804,22 @@ support, watch support (like @command{top}) and a tree 
view.")
 (define-public rust-bindgen-cli
   (package
     (name "rust-bindgen-cli")
-    (version "0.70.1")
+    (version "0.71.1")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "bindgen-cli" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1anm1gci1ycbv6sz4a5dan7phqbypcnw48xribxmm1wdsm39wgrk"))))
+        (base32 "1p2lmkl7vfhpr8gnav11p1jrwrqsmrqwr2fgwp5x1bsn17511vgx"))))
     (build-system cargo-build-system)
     (arguments
      `(#:install-source? #f
-       #:cargo-inputs (("rust-bindgen" ,rust-bindgen-0.70)
-                       ("rust-clap" ,rust-clap-4)
+       #:cargo-inputs (("rust-bindgen" ,rust-bindgen-0.71)
                        ("rust-clap-complete" ,rust-clap-complete-4)
                        ("rust-env-logger" ,rust-env-logger-0.10)
                        ("rust-log" ,rust-log-0.4)
+                       ("rust-proc-macro2" ,rust-proc-macro2-1)
                        ("rust-shlex" ,rust-shlex-1))
        #:phases
        (modify-phases %standard-phases

Reply via email to