guix-commits
[Top][All Lists]
Advanced

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

51/154: gnu: Remove rust-bindgen-0.48.


From: guix-commits
Subject: 51/154: gnu: Remove rust-bindgen-0.48.
Date: Mon, 22 Jan 2024 15:36:39 -0500 (EST)

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

commit d53726fcd87dc6ef77c5f78ce5ac90ee931322d1
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 21:20:43 2024 +0200

    gnu: Remove rust-bindgen-0.48.
    
    * gnu/packages/crates-io.scm (rust-bindgen-0.48): Delete variable.
    
    Change-Id: I3db48a95fe73fc7cc60bf48056205c35b8b8b8a7
---
 gnu/packages/crates-io.scm | 38 --------------------------------------
 1 file changed, 38 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 5ba3b56a97..20d7d1811c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -5770,44 +5770,6 @@ bindings to C and C++ libraries.")
         ("rust-diff" ,rust-diff-0.1)
         ("rust-shlex" ,rust-shlex-0.1))))))
 
-(define-public rust-bindgen-0.48
-  (package
-    (inherit rust-bindgen-0.53)
-    (name "rust-bindgen")
-    (version "0.48.1")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "bindgen" version))
-        (file-name
-         (string-append name "-" version ".tar.gz"))
-        (sha256
-         (base32
-          "1jpk0p4l4dg1lpvciq9q8wm94sjsflb1vb5x2gk9dlizv4gl2gcx"))))
-    (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.26)
-        ("rust-clap" ,rust-clap-2)
-        ("rust-env-logger" ,rust-env-logger-0.6)
-        ("rust-hashbrown" ,rust-hashbrown-0.1)
-        ("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-which" ,rust-which-2))
-       #:cargo-development-inputs
-       (("rust-clap" ,rust-clap-2)
-        ("rust-diff" ,rust-diff-0.1)
-        ("rust-shlex" ,rust-shlex-0.1))))
-    (inputs `())))
-
 (define-public rust-bio-types-1
   (package
     (name "rust-bio-types")



reply via email to

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