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

* gnu/packages/crates-io.scm (rust-uniquote-3): Update to 3.3.0.
This commit is contained in:
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

View file

@ -70826,14 +70826,14 @@ (define-public rust-unindent-0.1
(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")