me
/
guix
Archived
1
0
Fork 0

gnu: rust-log-0.4: Update to 0.4.11.

* gnu/packages/crates-io.scm (rust-log-0.4): Update to 0.4.11.
[arguments]: Add rust-sval-0.5 to Cargo inputs.  Do not skip build.
master
Nicolas Goaziou 2020-12-20 13:59:04 +01:00
parent c67f7b333e
commit c242f9aeaa
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 5 additions and 5 deletions

View File

@ -15159,7 +15159,7 @@ by inspecting the system for user preference.")
(define-public rust-log-0.4
(package
(name "rust-log")
(version "0.4.8")
(version "0.4.11")
(source
(origin
(method url-fetch)
@ -15167,13 +15167,13 @@ by inspecting the system for user preference.")
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"1xz18ixccl5c6np4linv3ypc7hpmmgpc5zzd2ymp2ssfx0mhbdhl"))))
"12xzqaflpiljn5cmxsbnbv9sjaj13ykhwsvll0gysbx4blbyvasg"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
`(#:cargo-inputs
(("rust-cfg-if" ,rust-cfg-if-0.1)
("rust-serde" ,rust-serde-1))
("rust-serde" ,rust-serde-1)
("rust-sval" ,rust-sval-0.5))
#:cargo-development-inputs
(("rust-serde-test" ,rust-serde-test-1))))
(home-page "https://github.com/rust-lang/log")