guix-commits
[Top][All Lists]
Advanced

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

315/470: gnu: Remove rust-rustc-hex-1.


From: guix-commits
Subject: 315/470: gnu: Remove rust-rustc-hex-1.
Date: Thu, 16 Mar 2023 03:01:45 -0400 (EDT)

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

commit c7a1152ca5b8cf7dc3ed66474bb5913b00d91b6c
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 edaa6ab195..214f4ff7f5 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]