gnu: rust-cargo-c: Update to 0.5.3.
* gnu/packages/rust-apps.scm (rust-cargo-c): Update to 0.5.3. [arguments]: In cargo-inputs replace rust-cbindgen-0.12 with rust-cbindgen, rust-pretty-env-logger-0.3 with 0.4.master
parent
3a963cdd33
commit
366a23f8ce
|
@ -371,7 +371,7 @@ blanks grouped by language.")
|
||||||
(define-public rust-cargo-c
|
(define-public rust-cargo-c
|
||||||
(package
|
(package
|
||||||
(name "rust-cargo-c")
|
(name "rust-cargo-c")
|
||||||
(version "0.5.2")
|
(version "0.5.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -380,12 +380,12 @@ blanks grouped by language.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1is72jm0r73pqx2g3h1n6lvrcirwd91mmajsmb3jjg4jnayfkp0w"))))
|
"0hsag5g4qngm8alfil2dyvl5sagpqi5nb40c7bhwng2z8mv9r41k"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-cbindgen" ,rust-cbindgen-0.12)
|
(("rust-cbindgen" ,rust-cbindgen)
|
||||||
("rust-pretty-env-logger" ,rust-pretty-env-logger-0.3)
|
("rust-pretty-env-logger" ,rust-pretty-env-logger-0.4)
|
||||||
("rust-structopt" ,rust-structopt-0.3)
|
("rust-structopt" ,rust-structopt-0.3)
|
||||||
("rust-log" ,rust-log-0.4)
|
("rust-log" ,rust-log-0.4)
|
||||||
("rust-toml" ,rust-toml-0.5)
|
("rust-toml" ,rust-toml-0.5)
|
||||||
|
|
Reference in New Issue