mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: rust-filetreelist-0.5: Update to 0.5.2.
* gnu/packages/crates-io.scm (rust-filetreelist-0.5): Update to 0.5.2. Change-Id: I5f5ca42eaee9f1ace939d3575a16ff4744126135
This commit is contained in:
parent
24030b2281
commit
9989ab13fc
1 changed files with 2 additions and 2 deletions
|
@ -28578,14 +28578,14 @@ (define-public rust-filetime-creation-0.1
|
|||
(define-public rust-filetreelist-0.5
|
||||
(package
|
||||
(name "rust-filetreelist")
|
||||
(version "0.5.1")
|
||||
(version "0.5.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "filetreelist" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0i7lnk5ncbjg2nfgadx8phmv7ihaak5872cclrdv54bl620id132"))))
|
||||
(base32 "0j7s58lxg28kq39156n17qbf1iygkn7bxgi2xs99wz706syymyg8"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-thiserror" ,rust-thiserror-1))
|
||||
|
|
Loading…
Reference in a new issue