mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
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:
parent
ac8c8c420e
commit
9bbbb56e78
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue