[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#66717] [PATCH 18/64] gnu: Add rust-bindgen-0.56
From: |
Steve George |
Subject: |
[bug#66717] [PATCH 18/64] gnu: Add rust-bindgen-0.56 |
Date: |
Mon, 23 Oct 2023 23:21:03 +0100 |
* gnu/packages/crates-io.scm (rust-bindgen-0.56): New variable.
---
gnu/packages/crates-io.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 68dd380162..d730dfea37 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -7468,6 +7468,38 @@ (define-public rust-bindgen-0.57
(inputs
(list clang))))
+(define-public rust-bindgen-0.56
+ (package
+ (inherit rust-bindgen-0.57)
+ (name "rust-bindgen")
+ (version "0.56.0")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "bindgen" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0fajmgk2064ca1z9iq1jjkji63qwwz38z3d67kv6xdy0xgdpk8rd"))))
+ (inputs (list clang))
+ (arguments
+ (list #:cargo-test-flags ``("--release" "--" "--skip=test"
+ "commandline_multiple_headers")
+ #:cargo-inputs `(("rust-bitflags" ,rust-bitflags-1)
+ ("rust-cexpr" ,rust-cexpr-0.4)
+ ("rust-clang-sys" ,rust-clang-sys-1)
+ ("rust-clap" ,rust-clap-2)
+ ("rust-env-logger" ,rust-env-logger-0.8)
+ ("rust-lazy-static" ,rust-lazy-static-1)
+ ("rust-lazycell" ,rust-lazycell-1)
+ ("rust-log" ,rust-log-0.4)
+ ("rust-peeking-take-while"
,rust-peeking-take-while-0.1)
+ ("rust-proc-macro2" ,rust-proc-macro2-1)
+ ("rust-quote" ,rust-quote-1)
+ ("rust-regex" ,rust-regex-1)
+ ("rust-rustc-hash" ,rust-rustc-hash-1)
+ ("rust-shlex" ,rust-shlex-0.1)
+ ("rust-which" ,rust-which-3))))))
+
(define-public rust-bindgen-0.55
(package
(inherit rust-bindgen-0.57)
--
2.41.0
- [bug#66717] [PATCH 17/64] gnu: Add rust-stdweb-0.1., (continued)
- [bug#66717] [PATCH 17/64] gnu: Add rust-stdweb-0.1., Steve George, 2023/10/23
- [bug#66717] [PATCH 19/64] gnu: Add rust-asyio-sys., Steve George, 2023/10/23
- [bug#66717] [PATCH 12/64] gnu: Add rust-coreaudio-rs-0.10 and rust-coreaudio-sys-0.2., Steve George, 2023/10/23
- [bug#66717] [PATCH 15/64] gnu: Add rust-fetch-unroll-0.3., Steve George, 2023/10/23
- [bug#66717] [PATCH 24/64] gnu: Add rust-cpal-0.13., Steve George, 2023/10/23
- [bug#66717] [PATCH 10/64] gnu: Add rust-alsa., Steve George, 2023/10/23
- [bug#66717] [PATCH 16/64] gnu: Add rust-oboe-0.4 and rust-oboe-sys-0.4., Steve George, 2023/10/23
- [bug#66717] [PATCH 20/64] gnu: Add rust-jack-0.8 and rust-jack-sys-0.2., Steve George, 2023/10/23
- [bug#66717] [PATCH 23/64] gnu: Add rust-ringbuf-0.2., Steve George, 2023/10/23
- [bug#66717] [PATCH 09/64] gnu: Add rust-alsa-sys., Steve George, 2023/10/23
- [bug#66717] [PATCH 18/64] gnu: Add rust-bindgen-0.56,
Steve George <=
- [bug#66717] [PATCH 27/64] gnu: Add rust-pretty-hex., Steve George, 2023/10/23
- [bug#66717] [PATCH 14/64] gnu: Add rust-ndk-glue-0.6., Steve George, 2023/10/23
- [bug#66717] [PATCH 21/64] gnu: Add rust-hound-3., Steve George, 2023/10/23
- [bug#66717] [PATCH 25/64] gnu: Add rust-option-operations-0.4., Steve George, 2023/10/23
- [bug#66717] [PATCH 28/64] gnu: Add rust-gstreamer-sys-0.18., Steve George, 2023/10/23
- [bug#66717] [PATCH 22/64] gnu: Update rust-cache-padded-1 to 1.3.0., Steve George, 2023/10/23
- [bug#66717] [PATCH 31/64] gnu: Add rust-gstreamer-base-0.18., Steve George, 2023/10/23
- [bug#66717] [PATCH 30/64] gnu: Add rust-gstreamer-base-sys-0.18., Steve George, 2023/10/23
- [bug#66717] [PATCH 29/64] gnu: Add rust-gstreamer-0.18., Steve George, 2023/10/23
- [bug#66717] [PATCH 41/64] gnu: rust-libpulse-binding-2: Update to 2.28.1, Steve George, 2023/10/23