mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -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
|
(define-public rust-cmake-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-cmake")
|
(name "rust-cmake")
|
||||||
(version "0.1.44")
|
(version "0.1.50")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -11127,10 +11127,11 @@ (define-public rust-cmake-0.1
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fv346ipxmvff6qrnh78rild0s8k72ilfjkdsrk869562y62cmhf"))))
|
"0c3i3548mqbizpgbff94jjgkcd2p6q9fxjjh89zzf5dqcfaph753"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs (("rust-cc" ,rust-cc-1))))
|
`(#:cargo-inputs (("rust-cc" ,rust-cc-1))))
|
||||||
|
(native-inputs (list cmake-minimal))
|
||||||
(home-page "https://github.com/alexcrichton/cmake-rs")
|
(home-page "https://github.com/alexcrichton/cmake-rs")
|
||||||
(synopsis "Rust build dependency for running cmake")
|
(synopsis "Rust build dependency for running cmake")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue