gnu: rust-home-0.5: Update to 0.5.5.
* gnu/packages/crates-io.scm (rust-home-0.5): Update to 0.5.5. [cargo-inputs]: Add rust-windows-sys-0.48. Remove rust-winapi-0.3. [home-page]: Update to new home-page. Change-Id: Ie6ce6d09ad1634959030c6baecfc5d457e5a568d
parent
2028830f0b
commit
4b406df135
|
@ -30659,21 +30659,18 @@ IEEE 754-2008 binary16 type.")
|
||||||
(define-public rust-home-0.5
|
(define-public rust-home-0.5
|
||||||
(package
|
(package
|
||||||
(name "rust-home")
|
(name "rust-home")
|
||||||
(version "0.5.3")
|
(version "0.5.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "home" version))
|
(uri (crate-uri "home" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1nqx1krijvpd03d96avsdyknd12h8hs3xhxwgqghf8v9xxzc4i2l"))))
|
||||||
"0m3nfcksrj784liji1c5j47dymxw2l7hqy5fj90piadnwvrawmi4"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs (("rust-windows-sys" ,rust-windows-sys-0.48))))
|
||||||
(("rust-winapi" ,rust-winapi-0.3))))
|
(home-page "https://github.com/rust-lang/cargo")
|
||||||
(home-page "https://github.com/brson/home")
|
|
||||||
(synopsis "Shared definitions of home directories")
|
(synopsis "Shared definitions of home directories")
|
||||||
(description "This package provides the definition of @code{home_dir}
|
(description "This package provides the definition of @code{home_dir}
|
||||||
used by @command{cargo} and @command{rustup}, as well as functions to find the
|
used by @command{cargo} and @command{rustup}, as well as functions to find the
|
||||||
|
|
Reference in New Issue