guix-commits
[Top][All Lists]
Advanced

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

18/109: gnu: Remove rust-bindgen-0.50.


From: guix-commits
Subject: 18/109: gnu: Remove rust-bindgen-0.50.
Date: Wed, 27 Dec 2023 10:10:47 -0500 (EST)

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

commit aba3d49d187d5c9ab8ee4181d4d315ab877534fe
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 27 09:52:17 2023 +0200

    gnu: Remove rust-bindgen-0.50.
    
    * gnu/packages/crates-io.scm (rust-bindgen-0.50): Remove variable.
    (rust-bindgen-0.48): Inherit from rust-bindgen-0.53.
    
    Change-Id: Ieb0b4f8c89e8be3fba8dec8176db95eb1ae642ad
---
 gnu/packages/crates-io.scm | 43 +++----------------------------------------
 1 file changed, 3 insertions(+), 40 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index eb8b136653..0bd987b27a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -8024,47 +8024,9 @@ bindings to C and C++ libraries.")
         ("rust-shlex" ,rust-shlex-0.1))))
     (inputs `())))
 
-(define-public rust-bindgen-0.50
-  (package
-    (inherit rust-bindgen-0.51)
-    (name "rust-bindgen")
-    (version "0.50.1")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "bindgen" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "1fp98x0k4cawil3rqxsfrb58pq3mb5mn37rp745zxfmjfigml3nb"))))
-    (arguments
-     `(#:cargo-test-flags
-       '("--release" "--lib" "--bins" "--tests")
-       #:cargo-inputs
-       (("rust-bitflags" ,rust-bitflags-1)
-        ("rust-cexpr" ,rust-cexpr-0.3)
-        ("rust-cfg-if" ,rust-cfg-if-0.1)
-        ("rust-clang-sys" ,rust-clang-sys-0.28)
-        ("rust-clap" ,rust-clap-2)
-        ("rust-env-logger" ,rust-env-logger-0.6)
-        ("rust-fxhash" ,rust-fxhash-0.2)
-        ("rust-lazy-static" ,rust-lazy-static-1)
-        ("rust-log" ,rust-log-0.4)
-        ("rust-peeking-take-while" ,rust-peeking-take-while-0.1)
-        ("rust-proc-macro2" ,rust-proc-macro2-0.4)
-        ("rust-quote" ,rust-quote-0.6)
-        ("rust-regex" ,rust-regex-1)
-        ("rust-shlex" ,rust-shlex-0.1)
-        ("rust-which" ,rust-which-2))
-       #:cargo-development-inputs
-       (("rust-clap" ,rust-clap-2)
-        ("rust-diff" ,rust-diff-0.1)
-        ("rust-shlex" ,rust-shlex-0.1))))))
-
 (define-public rust-bindgen-0.48
   (package
-    (inherit rust-bindgen-0.50)
+    (inherit rust-bindgen-0.53)
     (name "rust-bindgen")
     (version "0.48.1")
     (source
@@ -8097,7 +8059,8 @@ bindings to C and C++ libraries.")
        #:cargo-development-inputs
        (("rust-clap" ,rust-clap-2)
         ("rust-diff" ,rust-diff-0.1)
-        ("rust-shlex" ,rust-shlex-0.1))))))
+        ("rust-shlex" ,rust-shlex-0.1))))
+    (inputs `())))
 
 (define-public rust-bio-types-1
   (package



reply via email to

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