[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
84/471: gnu: rust-cargo-c: Update to 0.9.16.
From: |
guix-commits |
Subject: |
84/471: gnu: rust-cargo-c: Update to 0.9.16. |
Date: |
Wed, 3 May 2023 09:27:07 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 14506c5dd1151faf32f9d933cb7dceb53979e965
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
- 119/471: gnu: rust-libgit2-sys-0.14: Update to 0.14.2., (continued)
- 119/471: gnu: rust-libgit2-sys-0.14: Update to 0.14.2., guix-commits, 2023/05/03
- 121/471: gnu: rust-toml-0.5: Update to 0.5.11., guix-commits, 2023/05/03
- 118/471: gnu: rust-hyper-0.14: Update to 0.14.24., guix-commits, 2023/05/03
- 130/471: gnu: rust-zeroize-derive-1: Update to 1.3.3., guix-commits, 2023/05/03
- 131/471: gnu: rust-1.67: Build with llvm-15., guix-commits, 2023/05/03
- 141/471: gnu: Add rust-zstd-0.11., guix-commits, 2023/05/03
- 143/471: gnu: Add rust-password-hash-0.4., guix-commits, 2023/05/03
- 145/471: gnu: rust-trust-dns-resolver-0.22: Don't skip build., guix-commits, 2023/05/03
- 147/471: gnu: Add rust-ntest-0.8., guix-commits, 2023/05/03
- 150/471: gnu: Add rust-pbkdf2-0.11., guix-commits, 2023/05/03
- 84/471: gnu: rust-cargo-c: Update to 0.9.16.,
guix-commits <=
- 86/471: gnu: Add rust-clap-4., guix-commits, 2023/05/03
- 87/471: gnu: Add rust-yasna-0.4., guix-commits, 2023/05/03
- 88/471: gnu: Add rust-windows-targets-0.42., guix-commits, 2023/05/03
- 116/471: gnu: rust-hmac-0.12: Update to 0.12.1., guix-commits, 2023/05/03
- 115/471: gnu: rust-hex-literal-impl-0.2: Update to 0.2.3., guix-commits, 2023/05/03
- 120/471: gnu: rust-threadpool-1: Update to 1.8.1., guix-commits, 2023/05/03
- 128/471: gnu: rust-windows-x86-64-gnullvm-0.42: Update to 0.42.1., guix-commits, 2023/05/03
- 132/471: gnu: Add rust-bindgen-0.63., guix-commits, 2023/05/03
- 149/471: gnu: Add rust-ntest-timeout-0.8., guix-commits, 2023/05/03
- 148/471: gnu: Add rust-ntest-test-cases-0.8., guix-commits, 2023/05/03