me
/
guix
Archived
1
0
Fork 0

gnu: rust-dirs-3: Update to 3.0.2.

* gnu/packages/crates-io.scm (rust-dirs-3): Update to 3.0.2.
master
Efraim Flashner 2022-09-28 17:01:27 +03:00
parent af45ac7526
commit 784f45db06
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -18640,14 +18640,14 @@ standard locations of directories for config, cache and other data.")
(package
(inherit rust-dirs-4)
(name "rust-dirs")
(version "3.0.1")
(version "3.0.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "dirs" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1zxrb3anxsh80mnp2il7awccv0s5gvy7djn6gis18nbm0bnraa8l"))))))
(base32 "028kqy0vrbfgrk1yc1flq2fqh8snyg17qlygawm0r79w211s1fih"))))))
(define-public rust-dirs-2
(package