gnu: Remove rust-snake-case-0.3.
* gnu/packages/crates-io.scm (rust-snake-case-0.3): Delete variable.
parent
14a43d6a11
commit
5818fbcbbe
|
@ -56297,28 +56297,6 @@ package provides derive macros.")
|
||||||
(description "Snafu aims to be an ergonomic error handling library.")
|
(description "Snafu aims to be an ergonomic error handling library.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-snake-case-0.3
|
|
||||||
(package
|
|
||||||
(name "rust-snake-case")
|
|
||||||
(version "0.3.1")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "snake-case" version))
|
|
||||||
(file-name
|
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "1v4f132rk9wxiw8hb3kgnixirzr8kbfhg2lgsf4b85vbg02a0jfn"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:cargo-inputs (("rust-serde" ,rust-serde-1))))
|
|
||||||
(home-page "https://github.com/emilk/snake_case")
|
|
||||||
(synopsis "String-like type that only contains non-empty snake_case")
|
|
||||||
(description
|
|
||||||
"This package provides a String-like type that can only contain valid
|
|
||||||
non-empty snake_case.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public rust-snap-1
|
(define-public rust-snap-1
|
||||||
(package
|
(package
|
||||||
(name "rust-snap")
|
(name "rust-snap")
|
||||||
|
|
Reference in New Issue