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.
This commit is contained in:
parent
3a963cdd33
commit
366a23f8ce
1 changed files with 4 additions and 4 deletions
|
@ -371,7 +371,7 @@ (define-public tokei
|
|||
(define-public rust-cargo-c
|
||||
(package
|
||||
(name "rust-cargo-c")
|
||||
(version "0.5.2")
|
||||
(version "0.5.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -380,12 +380,12 @@ (define-public rust-cargo-c
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1is72jm0r73pqx2g3h1n6lvrcirwd91mmajsmb3jjg4jnayfkp0w"))))
|
||||
"0hsag5g4qngm8alfil2dyvl5sagpqi5nb40c7bhwng2z8mv9r41k"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-cbindgen" ,rust-cbindgen-0.12)
|
||||
("rust-pretty-env-logger" ,rust-pretty-env-logger-0.3)
|
||||
(("rust-cbindgen" ,rust-cbindgen)
|
||||
("rust-pretty-env-logger" ,rust-pretty-env-logger-0.4)
|
||||
("rust-structopt" ,rust-structopt-0.3)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-toml" ,rust-toml-0.5)
|
||||
|
|
Loading…
Reference in a new issue