mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: Remove rust-snake-case-0.3.
* gnu/packages/crates-io.scm (rust-snake-case-0.3): Delete variable.
This commit is contained in:
parent
14a43d6a11
commit
5818fbcbbe
1 changed files with 0 additions and 22 deletions
|
@ -56297,28 +56297,6 @@ (define-public rust-snafu-0.6
|
|||
(description "Snafu aims to be an ergonomic error handling library.")
|
||||
(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
|
||||
(package
|
||||
(name "rust-snap")
|
||||
|
|
Loading…
Reference in a new issue