mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: Add rust-uniquote-3.
* gnu/packages/crates-io.scm (rust-uniquote-3): New variable.
This commit is contained in:
parent
fe98984880
commit
99252c6d68
1 changed files with 18 additions and 0 deletions
|
@ -67679,6 +67679,24 @@ (define-public rust-unindent-0.1
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-uniquote-3
|
||||||
|
(package
|
||||||
|
(name "rust-uniquote")
|
||||||
|
(version "3.1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "uniquote" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1bkl0n41yvs415mqny4b434kr456ysnb3dhic1zrrzppwx95jvxa"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(home-page "https://github.com/dylni/uniquote")
|
||||||
|
(synopsis "Quote strings for clear display in output")
|
||||||
|
(description "This package provides a Rust library to quote strings for
|
||||||
|
clear display in the output.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-universal-hash-0.4
|
(define-public rust-universal-hash-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-universal-hash")
|
(name "rust-universal-hash")
|
||||||
|
|
Loading…
Reference in a new issue