gnu: rust-dirs-sys-next-0.1: Update to 0.1.2.
* gnu/packages/crates-io.scm (rust-dirs-sys-next-0.1): Update to 0.1.2. [cargo-inputs]: Replace rust-redox-users-0.3 with 0.4. Change-Id: I88f3434b8b9a4bef1d81e44c49854470368172f1master
parent
f7d4399618
commit
891f879310
|
@ -21799,20 +21799,19 @@ and @code{directories} crates.")
|
|||
(package
|
||||
(inherit rust-dirs-sys-0.3)
|
||||
(name "rust-dirs-sys-next")
|
||||
(version "0.1.1")
|
||||
(version "0.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "dirs-sys-next" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0zgy7is3h2dyf1l4sa7k065w2kvx0l12l40my4rswm2mc1gkdplr"))))
|
||||
"0kavhavdxv4phzj4l0psvh55hszwnr0rcz8sxbvx20pyqi2a3gaf"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-libc" ,rust-libc-0.2)
|
||||
("rust-redox-users" ,rust-redox-users-0.3)
|
||||
("rust-redox-users" ,rust-redox-users-0.4)
|
||||
("rust-winapi" ,rust-winapi-0.3))))
|
||||
(home-page "https://github.com/xdg-rs/dirs/tree/master/dirs-sys")))
|
||||
|
||||
|
|
Reference in New Issue