1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 12:30:38 +02:00

gnu: Remove rust-pure-rust-locales-0.7.

* gnu/packages/crates-io.scm (rust-pure-rust-locales-0.7): Delete variable.

Change-Id: I96a039e6f1632e544cb702040c8764007ebeb631
This commit is contained in:
Efraim Flashner 2024-12-31 15:46:15 +02:00
parent 1d24c0e148
commit a33c078117
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -59812,21 +59812,6 @@ in codeblocks, while assuring quality with a powerful test suite.")
@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.7
(package
(inherit rust-pure-rust-locales-0.8)
(name "rust-pure-rust-locales")
(version "0.7.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "pure-rust-locales" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0cl46srhxzj0jlvfp73l8l9qw54qwa04zywaxdf73hidwqlsh0pd"))))
(arguments
(list #:tests? #f)))) ; Not all files included.
(define-public rust-pwd-1
(package
(name "rust-pwd")