guix-commits
[Top][All Lists]
Advanced

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

09/89: gnu: Remove rust-rustc-hex-1.


From: guix-commits
Subject: 09/89: gnu: Remove rust-rustc-hex-1.
Date: Thu, 23 Feb 2023 10:23:57 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 5d629dd9ee6527e5bb5cc031a4c0e7a6a0a44c5a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 22 22:37:08 2023 +0200

    gnu: Remove rust-rustc-hex-1.
    
    * gnu/packages/crates-io.scm (rust-rustc-hex-1): Delete variable.
---
 gnu/packages/crates-io.scm | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 4c406f0f49..eb8ff35398 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -50449,19 +50449,6 @@ It is automatically published using the compiler 
repository at
 hex conversion traits.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-rustc-hex-1
-  (package
-    (inherit rust-rustc-hex-2)
-    (name "rust-rustc-hex")
-    (version "1.0.0")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "rustc-hex" version))
-        (file-name (string-append name "-" version ".tar.gz"))
-        (sha256
-          (base32 "07pff94vqc1mhrqp9i06xzayiad4xfx7588zkqsdw875lpkqrsqc"))))))
-
 (define-public rust-rustc-rayon-0.4
   (package
     (name "rust-rustc-rayon")



reply via email to

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