mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: Remove rust-titlecase-1.
* gnu/packages/crates-io.scm (rust-titlecase-1): Delete variable. Change-Id: Icbf9fadc7c32545963dbc2fc887cbd41cd843251
This commit is contained in:
parent
2e7fb2c79b
commit
61a0d6b24b
1 changed files with 0 additions and 17 deletions
|
@ -83770,23 +83770,6 @@ (define-public rust-titlecase-2
|
|||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-regex" ,rust-regex-1))))))
|
||||
|
||||
(define-public rust-titlecase-1
|
||||
(package
|
||||
(inherit rust-titlecase-2)
|
||||
(name "rust-titlecase")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "titlecase" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "05qizspxihjhmzsd9y6kfxzrss4jl4y042wni4m2yk62rw8f8rgm"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs (("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-regex" ,rust-regex-1))))))
|
||||
|
||||
(define-public rust-to-method-1
|
||||
(package
|
||||
(name "rust-to-method")
|
||||
|
|
Loading…
Reference in a new issue