GNU bug report logs -
#67515
[PATCH 00/91] Add Mission Center and its dependencies
Previous Next
Full log
Message #86 received at 67515 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-rustc-hash-1.0): New variable.
Change-Id: Ibf192d5d2b99b76fda07f5eaca596c047c49f440
---
gnu/packages/crates-io.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1c818d15d7..1bdf0a3347 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -60285,6 +60285,25 @@ (define-public rust-rustc-hash-1
"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
+ (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"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-byteorder" ,rust-byteorder-1))))
+ (home-page "https://github.com/rust-lang-nursery/rustc-hash")
+ (synopsis "speed, non-cryptographic hash used in rustc")
+ (description "speed, non-cryptographic hash used in rustc")
+ (license (list license:asl2.0 license:expat))))
+
(define-public rust-rustc-hex-2
(package
(name "rust-rustc-hex")
--
2.41.0
This bug report was last modified 228 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.