[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
153/379: gnu: Remove rust-cbindgen-0.17.
From: |
guix-commits |
Subject: |
153/379: gnu: Remove rust-cbindgen-0.17. |
Date: |
Thu, 29 Jun 2023 12:33:22 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit c9eb166e136b3f798bcc6c924089508db4c673f7
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed May 17 09:06:39 2023 +0300
gnu: Remove rust-cbindgen-0.17.
* gnu/packages/rust-apps.scm (rust-cbindgen-0.17): Delete variable.
---
gnu/packages/rust-apps.scm | 30 ------------------------------
1 file changed, 30 deletions(-)
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 5ffb82896d..8aaacec6b3 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -1144,36 +1144,6 @@ rebase.")
(native-inputs
(list python-cython))))
-(define-public rust-cbindgen-0.17
- (package
- (inherit rust-cbindgen)
- (name "rust-cbindgen")
- (version "0.17.0")
- (source (origin
- (method url-fetch)
- (uri (crate-uri "cbindgen" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "1f40hxj6h7wqmsj8dzxjm3m421hjqpz2m5zxasbn8kgnr6scykvl"))))
- (arguments
- `(#:cargo-inputs
- (("rust-clap" ,rust-clap-2)
- ("rust-heck" ,rust-heck-0.3)
- ("rust-indexmap" ,rust-indexmap-1)
- ("rust-log" ,rust-log-0.4)
- ("rust-proc-macro2" ,rust-proc-macro2-1)
- ("rust-quote" ,rust-quote-1)
- ("rust-serde" ,rust-serde-1)
- ("rust-serde-json" ,rust-serde-json-1)
- ("rust-syn" ,rust-syn-1)
- ("rust-tempfile" ,rust-tempfile-3)
- ("rust-toml" ,rust-toml-0.5))
- #:cargo-development-inputs
- (("rust-serial-test" ,rust-serial-test-0.5))))
- (native-inputs
- (list python-cython))))
-
(define-public rust-cbindgen-0.16
(package
(inherit rust-cbindgen)
- 73/379: gnu: Add rust-pem-rfc7468-0.6., (continued)
- 73/379: gnu: Add rust-pem-rfc7468-0.6., guix-commits, 2023/06/29
- 115/379: gnu: rust-uuid-1: Update to 1.3.3., guix-commits, 2023/06/29
- 111/379: gnu: rust-mio-0.8: Update to 0.8.6., guix-commits, 2023/06/29
- 120/379: gnu: rust-tokio-executor-0.1: Update to 0.1.10., guix-commits, 2023/06/29
- 125/379: gnu: rust-tokio-reactor-0.1: Update to 0.1.12., guix-commits, 2023/06/29
- 143/379: gnu: rust-pear-0.1: Update to 0.1.5., guix-commits, 2023/06/29
- 133/379: gnu: rust-miow-0.2: Update to 0.2.2., guix-commits, 2023/06/29
- 132/379: gnu: Add rust-json-0.12., guix-commits, 2023/06/29
- 144/379: gnu: rust-pear-codegen-0.1: Update to 0.1.5., guix-commits, 2023/06/29
- 147/379: gnu: Add rust-assert-impl-0.1., guix-commits, 2023/06/29
- 153/379: gnu: Remove rust-cbindgen-0.17.,
guix-commits <=
- 160/379: gnu: rust-nettle-7: Update to 7.3.0., guix-commits, 2023/06/29
- 173/379: gnu: Add rust-num-format-windows-0.4., guix-commits, 2023/06/29
- 178/379: gnu: Remove rust-quasi-macros-0.32., guix-commits, 2023/06/29
- 207/379: gnu: Remove rust-polars-arrow-0.15., guix-commits, 2023/06/29
- 217/379: gnu: Remove rust-rustyline-derive-0.2., guix-commits, 2023/06/29
- 212/379: gnu: Remove rust-proptest-0.7., guix-commits, 2023/06/29
- 226/379: gnu: Remove rust-users-0.10., guix-commits, 2023/06/29
- 233/379: gnu: Remove rust-postgres-shared-0.4., guix-commits, 2023/06/29
- 247/379: gnu: Add rust-anstyle-1., guix-commits, 2023/06/29
- 248/379: gnu: Add rust-capnp-rpc-0.14., guix-commits, 2023/06/29