[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/63: gnu: rust-cmake-0.1: Update to 0.1.50.
From: |
guix-commits |
Subject: |
07/63: gnu: rust-cmake-0.1: Update to 0.1.50. |
Date: |
Thu, 8 Feb 2024 14:09:22 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 813c00a4238071f725fd9337cdfd3e9f19de82e9
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 7 15:59:28 2024 +0200
gnu: rust-cmake-0.1: Update to 0.1.50.
* gnu/packages/crates-io.scm (rust-cmake-0.1): Update to 0.1.50.
[native-inputs]: Add cmake-minimal.
Change-Id: I745aa0b091103e5f6be190a34a5ed9348633ee68
---
gnu/packages/crates-io.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 12d797ade6..a311f53c8b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -11119,7 +11119,7 @@ weighted semantic.")
(define-public rust-cmake-0.1
(package
(name "rust-cmake")
- (version "0.1.44")
+ (version "0.1.50")
(source
(origin
(method url-fetch)
@@ -11127,10 +11127,11 @@ weighted semantic.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1fv346ipxmvff6qrnh78rild0s8k72ilfjkdsrk869562y62cmhf"))))
+ "0c3i3548mqbizpgbff94jjgkcd2p6q9fxjjh89zzf5dqcfaph753"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-cc" ,rust-cc-1))))
+ (native-inputs (list cmake-minimal))
(home-page "https://github.com/alexcrichton/cmake-rs")
(synopsis "Rust build dependency for running cmake")
(description
- branch rust-team updated (36315bde09 -> b6ee2d1670), guix-commits, 2024/02/08
- 02/63: gnu: rust-clap-4: Update to 4.4.16., guix-commits, 2024/02/08
- 05/63: gnu: rust-basic-toml-0.1: Update to 0.1.8., guix-commits, 2024/02/08
- 06/63: gnu: rust-bindgen-0.69: Update to 0.69.4., guix-commits, 2024/02/08
- 07/63: gnu: rust-cmake-0.1: Update to 0.1.50.,
guix-commits <=
- 09/63: gnu: Add rust-aws-lc-sys-0.13., guix-commits, 2024/02/08
- 12/63: gnu: Add rust-rustls-native-certs-0.7., guix-commits, 2024/02/08
- 03/63: gnu: Add rust-mirai-annotations-1., guix-commits, 2024/02/08
- 01/63: gnu: rust-clap-builder-4: Update to 4.4.16., guix-commits, 2024/02/08
- 08/63: gnu: Add rust-aws-lc-fips-sys-0.12., guix-commits, 2024/02/08
- 14/63: gnu: Add rust-rustls-0.22., guix-commits, 2024/02/08
- 15/63: gnu: Add rust-webpki-roots-0.26., guix-commits, 2024/02/08
- 16/63: gnu: rust-x509-parser-0.15: Update to 0.15.1., guix-commits, 2024/02/08
- 04/63: gnu: rust-trybuild-1: Update to 1.0.89., guix-commits, 2024/02/08
- 13/63: gnu: Add rust-rustls-webpki-0.102., guix-commits, 2024/02/08