[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
84/469: gnu: rust-cargo-c: Update to 0.9.16.
From: |
guix-commits |
Subject: |
84/469: gnu: rust-cargo-c: Update to 0.9.16. |
Date: |
Tue, 25 Apr 2023 15:02:17 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 5c3a2904ac6f00fd8f041063fc11955433447f45
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 22 12:09:09 2023 +0200
gnu: rust-cargo-c: Update to 0.9.16.
* gnu/packages/crates-io.scm (rust-cargo-c): Update to 0.9.16.
[cargo-inputs]: Add rust-cargo-util-0.2, rust-cc-1, rust-clap-4,
rust-glob-0.3, rust-itertools-0.10. Remove rust-pretty-env-logger-0.4,
rust-cargo-metadata-0.9. Replace rust-cbindgen-0.20 with 0.24,
rust-cargo-0.60 with 0.68, rust-semver-0.10 with 1, rust-toml-0.5 with
0.6.
[inputs]: Replace libgit2-1.3 with libgit2, openssl-1.1 with openssl.
---
gnu/packages/rust-apps.scm | 28 +++++++++++++++-------------
1 file changed, 15 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 5c012168ca..ab2a0d0d80 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019, 2020 John Soo <jsoo1@asu.edu>
-;;; Copyright © 2019-2022 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2019-2023 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2020 Leo Famulari <leo@famulari.name>
@@ -1840,7 +1840,7 @@ support for Rust.")
(define-public rust-cargo-c
(package
(name "rust-cargo-c")
- (version "0.9.8+cargo-0.60")
+ (version "0.9.16+cargo-0.68")
(source
(origin
(method url-fetch)
@@ -1849,27 +1849,29 @@ support for Rust.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1zdzs3drjr9p6chg32inyi05rfv1c12nkk4bi7qpha12m6rsn26d"))))
+ "0k2sw67dx06b45qpvckbhz00kn2ingd89y53pwlzky72hnzv075v"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
- (("rust-cbindgen" ,rust-cbindgen-0.20)
- ("rust-cargo" ,rust-cargo-0.60)
- ("rust-anyhow" ,rust-anyhow-1)
- ("rust-pretty-env-logger" ,rust-pretty-env-logger-0.4)
- ("rust-structopt" ,rust-structopt-0.3)
+ (("rust-anyhow" ,rust-anyhow-1)
+ ("rust-cargo" ,rust-cargo-0.68)
+ ("rust-cargo-util" ,rust-cargo-util-0.2)
+ ("rust-cbindgen" ,rust-cbindgen-0.24)
+ ("rust-cc" ,rust-cc-1)
+ ("rust-clap" ,rust-clap-4)
+ ("rust-glob" ,rust-glob-0.3)
+ ("rust-itertools" ,rust-itertools-0.10)
("rust-log" ,rust-log-0.4)
- ("rust-toml" ,rust-toml-0.5)
- ("rust-cargo-metadata" ,rust-cargo-metadata-0.9)
- ("rust-semver" ,rust-semver-0.10)
+ ("rust-regex" ,rust-regex-1)
+ ("rust-semver" ,rust-semver-1)
("rust-serde" ,rust-serde-1)
("rust-serde-derive" ,rust-serde-derive-1)
("rust-serde-json" ,rust-serde-json-1)
- ("rust-regex" ,rust-regex-1))))
+ ("rust-toml" ,rust-toml-0.6))))
(native-inputs
(list pkg-config))
(inputs
- (list curl libgit2-1.3 libssh2 openssl-1.1 zlib))
+ (list curl libgit2 libssh2 openssl zlib))
(home-page "https://github.com/lu-zero/cargo-c")
(synopsis "Build and install C-compatible libraries")
(description
- 25/469: gnu: Add rust-botan-src-0.21703., (continued)
- 25/469: gnu: Add rust-botan-src-0.21703., guix-commits, 2023/04/25
- 31/469: gnu: Add rust-concolor-query-0.1., guix-commits, 2023/04/25
- 32/469: gnu: Add rust-cookie-0.16., guix-commits, 2023/04/25
- 36/469: gnu: Add rust-ctr-0.9., guix-commits, 2023/04/25
- 39/469: gnu: rust-document-features-0.2: Update to 0.2.7., guix-commits, 2023/04/25
- 49/469: gnu: Add rust-include-dir-macros-0.7., guix-commits, 2023/04/25
- 54/469: gnu: rust-native-tls-0.2: Update to 0.2.11., guix-commits, 2023/04/25
- 60/469: gnu: rust-rustls-0.20: Update to 0.20.8., guix-commits, 2023/04/25
- 77/469: gnu: Add rust-trust-dns-resolver-0.22., guix-commits, 2023/04/25
- 80/469: gnu: Add rust-winreg-0.10., guix-commits, 2023/04/25
- 84/469: gnu: rust-cargo-c: Update to 0.9.16.,
guix-commits <=
- 85/469: gnu: Add rust-clap-derive-4., guix-commits, 2023/04/25
- 45/469: gnu: rust-h2-0.3: Update to 0.3.15., guix-commits, 2023/04/25
- 62/469: gnu: rust-rkyv-derive-0.7: Remove commented argument., guix-commits, 2023/04/25
- 67/469: gnu: Add rust-test-cert-gen-0.7., guix-commits, 2023/04/25
- 71/469: gnu: Add rust-toml-0.6., guix-commits, 2023/04/25
- 74/469: gnu: Add rust-toml-test-data-1., guix-commits, 2023/04/25
- 76/469: gnu: Add rust-trust-dns-proto-0.22., guix-commits, 2023/04/25
- 83/469: gnu: Add rust-windows-sys-0.45., guix-commits, 2023/04/25
- 87/469: gnu: Add rust-yasna-0.4., guix-commits, 2023/04/25
- 91/469: gnu: Add rust-toml-edit-0.18., guix-commits, 2023/04/25