mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
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.
This commit is contained in:
parent
c1d82f4aac
commit
7b48173f63
1 changed files with 3 additions and 2 deletions
|
@ -64614,15 +64614,16 @@ (define-public rust-xcursor-0.3
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue