guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Remove spurious rust-rustc-hash-1 package.


From: guix-commits
Subject: branch master updated: gnu: Remove spurious rust-rustc-hash-1 package.
Date: Fri, 05 Feb 2021 17:43:42 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8f1a5c2  gnu: Remove spurious rust-rustc-hash-1 package.
8f1a5c2 is described below

commit 8f1a5c2bbb4f18f7df8b4b7764f81d6c42a48682
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Feb 5 23:42:59 2021 +0100

    gnu: Remove spurious rust-rustc-hash-1 package.
    
    * gnu/packages/crates-io.scm (rust-rustc-hash-1): Remove package.
---
 gnu/packages/crates-io.scm | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 55d6587..5c68719 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -29855,20 +29855,6 @@ It is automatically published using the compiler 
repository at
      "This package provides a speedy, non-cryptographic hash used in rustc.")
     (license (list license:asl2.0 license:expat))))
 
-(define-public rust-rustc-hash-1
-  (package
-    (inherit rust-rustc-hash-1)
-    (name "rust-rustc-hash")
-    (version "1.0.1")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "rustc-hash" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "1f4cnbcmz2c3zjidqszc9c4fip37ch4xl74nkkp9dw291j5zqh3m"))))))
-
 (define-public rust-rustc-rayon-0.3
   (package
     (name "rust-rustc-rayon")



reply via email to

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