me
/
guix
Archived
1
0
Fork 0

gnu: rust-uniquote-3: Update to 3.3.0.

* gnu/packages/crates-io.scm (rust-uniquote-3): Update to 3.3.0.
Efraim Flashner 2023-05-22 17:21:21 +03:00
parent ac8c8c420e
commit 9bbbb56e78
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -70826,14 +70826,14 @@ whitespace from a string.")
(define-public rust-uniquote-3
(package
(name "rust-uniquote")
(version "3.1.0")
(version "3.3.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "uniquote" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1bkl0n41yvs415mqny4b434kr456ysnb3dhic1zrrzppwx95jvxa"))))
(base32 "037xznqcdvc3riy9498cfrzzdhj2591cz0dpiy0h9wxfnbp01aal"))))
(build-system cargo-build-system)
(home-page "https://github.com/dylni/uniquote")
(synopsis "Quote strings for clear display in output")