mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: Remove rust-unescape-0.1.
* gnu/packages/crates-io.scm (rust-unescape-0.1): Delete variable. Change-Id: I8b7dcc3cd85edcc7ca937392327fa6220e467103
This commit is contained in:
parent
9a8f1c1100
commit
93bbc69e84
1 changed files with 0 additions and 18 deletions
|
@ -87020,24 +87020,6 @@ (define-public rust-unchecked-index-0.2
|
|||
"Unchecked indexing wrapper using regular index syntax.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-unescape-0.1
|
||||
(package
|
||||
(name "rust-unescape")
|
||||
(version "0.1.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "unescape" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0vlgws15n4kz8xq4igzr1f80nbiyr838k687hn6ly8a36an7vffc"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/saghm/unescape-rs")
|
||||
(synopsis "Unescapes strings")
|
||||
(description
|
||||
"Unescapes strings with escape sequences written out as literal characters.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-ungrammar-1
|
||||
(package
|
||||
(name "rust-ungrammar")
|
||||
|
|
Loading…
Reference in a new issue