gnu: Add rust-lexiclean-0.0.1.

* gnu/packages/crates-io.scm (rust-lexiclean-0.0.1): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Andrew Jose 2023-09-21 18:14:50 +05:30 committed by Efraim Flashner
parent 429294d95a
commit 2f46ffd3ae
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -34552,6 +34552,23 @@ (define-public rust-lexical-6
nor a system allocator.")
(license (list license:expat license:asl2.0))))
(define-public rust-lexiclean-0.0.1
(package
(name "rust-lexiclean")
(version "0.0.1")
(source (origin
(method url-fetch)
(uri (crate-uri "lexiclean" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1rb8sky7gi75a7xxn6xrfkrbqkp465npm54p5s89ysqhgc0ja4j4"))))
(build-system cargo-build-system)
(home-page "https://github.com/casey/lexiclean")
(synopsis "Lexically clean paths")
(description "Lexically clean paths")
(license license:cc0)))
(define-public rust-lexopt-0.3
(package
(name "rust-lexopt")