gnu: rust-xdg-2: Update to 2.4.0.
* gnu/packages/crates-io.scm (rust-xdg-2): Update to 2.4.0. [cargo-inputs]: Add rust-dirs-3.
parent
c1d82f4aac
commit
7b48173f63
|
@ -64614,15 +64614,16 @@ extended attributes.")
|
||||||
(define-public rust-xdg-2
|
(define-public rust-xdg-2
|
||||||
(package
|
(package
|
||||||
(name "rust-xdg")
|
(name "rust-xdg")
|
||||||
(version "2.2.0")
|
(version "2.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "xdg" version))
|
(uri (crate-uri "xdg" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0mws8a0fr3cqk5nh7aq9lmkmhzghvasqy4mhw6nnza06l4d6i2fh"))))
|
(base32 "00sqvl6v0sjdrrmyk2671sshnjlbjdwgb1lw0f3jchbhijazw8rs"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments `(#:cargo-inputs (("rust-dirs" ,rust-dirs-3))))
|
||||||
(home-page "https://github.com/whitequark/rust-xdg")
|
(home-page "https://github.com/whitequark/rust-xdg")
|
||||||
(synopsis "Store and retrieve files according to XDG specification")
|
(synopsis "Store and retrieve files according to XDG specification")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue