gnu: rust-uniquote-3: Update to 3.3.0.
* gnu/packages/crates-io.scm (rust-uniquote-3): Update to 3.3.0.
parent
ac8c8c420e
commit
9bbbb56e78
|
@ -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")
|
||||
|
|
Reference in New Issue