Skip to content
Snippets Groups Projects
Unverified Commit 366a23f8 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

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.
parent 3a963cdd
No related branches found
No related tags found
No related merge requests found
...@@ -371,7 +371,7 @@ (define-public tokei ...@@ -371,7 +371,7 @@ (define-public tokei
(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 @@ (define-public rust-cargo-c ...@@ -380,12 +380,12 @@ (define-public rust-cargo-c
(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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment