me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-locale-config-0.2.

* gnu/packages/crates-io.scm (rust-locale-config-0.2): Delete variable.
Efraim Flashner 2022-10-24 12:32:27 +03:00
parent 61222872be
commit 7a3263e046
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 20 deletions

View File

@ -30806,26 +30806,6 @@ harness used by @code{rustc --test}.")
by inspecting the system for user preference.")
(license license:expat)))
(define-public rust-locale-config-0.2
(package
(inherit rust-locale-config-0.3)
(name "rust-locale-config")
(version "0.2.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "locale-config" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0p2kdgc1c9cq5bi2rpszbhkh7pdk1fwxhij37gayb2alwkmikb3k"))))
(arguments
`(#:cargo-inputs
(("rust-lazy-static" ,rust-lazy-static-1)
("rust-regex" ,rust-regex-1)
("rust-winapi" ,rust-winapi-0.3))))))
(define-public rust-lock-api-0.4
(package
(name "rust-lock-api")