guix-commits
[Top][All Lists]
Advanced

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

149/188: gnu: Add rust-rustc-hash-1.0.


From: guix-commits
Subject: 149/188: gnu: Add rust-rustc-hash-1.0.
Date: Mon, 12 Oct 2020 02:25:27 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit cfd2a7059c8e9ce12d52a4b41cea78f742164f86
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Sun Sep 20 13:09:41 2020 +0530

    gnu: Add rust-rustc-hash-1.0.
    
    * gnu/packages/crates-io.scm (rust-rustc-hash-1.0): New variable.
---
 gnu/packages/crates-io.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 135c4af..ee9946d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -21803,6 +21803,20 @@ 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.0
+  (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]