me
/
guix
Archived
1
0
Fork 0

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.
Efraim Flashner 2022-01-13 18:37:18 +02:00
parent c1d82f4aac
commit 7b48173f63
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 2 deletions

View File

@ -64614,15 +64614,16 @@ extended attributes.")
(define-public rust-xdg-2
(package
(name "rust-xdg")
(version "2.2.0")
(version "2.4.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "xdg" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0mws8a0fr3cqk5nh7aq9lmkmhzghvasqy4mhw6nnza06l4d6i2fh"))))
(base32 "00sqvl6v0sjdrrmyk2671sshnjlbjdwgb1lw0f3jchbhijazw8rs"))))
(build-system cargo-build-system)
(arguments `(#:cargo-inputs (("rust-dirs" ,rust-dirs-3))))
(home-page "https://github.com/whitequark/rust-xdg")
(synopsis "Store and retrieve files according to XDG specification")
(description