guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

60/187: gnu: Remove rust-locale-config-0.2.


From: guix-commits
Subject: 60/187: gnu: Remove rust-locale-config-0.2.
Date: Mon, 24 Oct 2022 10:58:01 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 7a3263e0469db5e131a96b8d16672987f8c3714d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 24 12:32:27 2022 +0300

    gnu: Remove rust-locale-config-0.2.
    
    * gnu/packages/crates-io.scm (rust-locale-config-0.2): Delete variable.
---
 gnu/packages/crates-io.scm | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e0062a6ac1..cf55fdab03 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]