mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
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
This commit is contained in:
parent
298da92847
commit
5f374ab576
1 changed files with 3 additions and 2 deletions
|
@ -11119,7 +11119,7 @@ (define-public rust-clru-0.6
|
|||
(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 @@ (define-public rust-cmake-0.1
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue