mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: Remove rust-pure-rust-locales-0.5.
* gnu/packages/crates-io.scm (rust-pure-rust-locales-0.5): Delete variable. Change-Id: I3eae771a159b102dda9a4be2dd64246414afc99a
This commit is contained in:
parent
b7cf3246d4
commit
20a136f9d2
1 changed files with 0 additions and 17 deletions
|
@ -48928,23 +48928,6 @@ (define-public rust-pure-rust-locales-0.7
|
|||
@code{LC_COLLATE} and @code{LC_CTYPE} are not yet supported.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-pure-rust-locales-0.5
|
||||
(package
|
||||
(inherit rust-pure-rust-locales-0.7)
|
||||
(name "rust-pure-rust-locales")
|
||||
(version "0.5.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "pure-rust-locales" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0ryjj0gs4hfadqx9vl4sgi32zyb2dlvwpxca1m1kmrw9hk1g7gv5"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-itertools" ,rust-itertools-0.8)
|
||||
("rust-nom" ,rust-nom-5))))))
|
||||
|
||||
(define-public rust-pyo3-build-config-0.20
|
||||
(package
|
||||
(name "rust-pyo3-build-config")
|
||||
|
|
Loading…
Reference in a new issue