[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
85/189: gnu: Add rust-hash32-0.1.
From: |
guix-commits |
Subject: |
85/189: gnu: Add rust-hash32-0.1. |
Date: |
Mon, 21 Sep 2020 06:01:21 -0400 (EDT) |
arunisaac pushed a commit to branch wip-swc
in repository guix.
commit c2dfab5a724303ee0b671660add38a5359b41df0
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Thu Sep 17 14:05:57 2020 +0530
gnu: Add rust-hash32-0.1.
* gnu/packages/crates-io.scm (rust-hash32-0.1): New variable.
---
gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index cd8349f..99bc11a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -11120,6 +11120,29 @@ IEEE 754-2008 binary16 type.")
the template engine that renders the official Rust website")
(license license:expat)))
+(define-public rust-hash32-0.1
+ (package
+ (name "rust-hash32")
+ (version "0.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "hash32" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1k7lv7hsbzv14pz90cxay6v7avh6d6kcrra0rsc45b33dvw1l16l"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-byteorder" ,rust-byteorder-1))
+ #:cargo-development-inputs
+ (("rust-hash32-derive" ,rust-hash32-derive-0.1))))
+ (home-page "https://github.com/japaric/hash32")
+ (synopsis "32-bit hashing machinery")
+ (description "This package provides 32-bit hashing machinery.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-hash32-derive-0.1
(package
(name "rust-hash32-derive")
- 133/189: gnu: Add rust-security-framework-1., (continued)
- 133/189: gnu: Add rust-security-framework-1., guix-commits, 2020/09/21
- 139/189: gnu: Add rust-libmimalloc-sys-0.1., guix-commits, 2020/09/21
- 140/189: gnu: Add rust-mimalloc-0.1., guix-commits, 2020/09/21
- 157/189: gnu: Add rust-diesel-derives-1.4., guix-commits, 2020/09/21
- 23/189: gnu: rust-seahash-3.0: Remove minor version from variable name., guix-commits, 2020/09/21
- 52/189: gnu: Add rust-lock-api-0.4., guix-commits, 2020/09/21
- 71/189: gnu: Add rust-globwalk-0.8., guix-commits, 2020/09/21
- 78/189: gnu: Add rust-insta-0.16., guix-commits, 2020/09/21
- 80/189: gnu: Add rust-stream-cipher-0.4., guix-commits, 2020/09/21
- 82/189: gnu: Add rust-aes-0.4., guix-commits, 2020/09/21
- 85/189: gnu: Add rust-hash32-0.1.,
guix-commits <=
- 87/189: gnu: Add rust-ufmt-0.1., guix-commits, 2020/09/21
- 94/189: gnu: Add rust-standback-0.2., guix-commits, 2020/09/21
- 97/189: gnu: Add rust-time-0.2., guix-commits, 2020/09/21
- 105/189: gnu: Add rust-enum-as-inner-0.3., guix-commits, 2020/09/21
- 106/189: gnu: Add rust-rustls., guix-commits, 2020/09/21
- 114/189: gnu: Add rust-xz2-0.1., guix-commits, 2020/09/21
- 124/189: gnu: Add rust-tower-service-0.3., guix-commits, 2020/09/21
- 135/189: gnu: Add rust-async-trait-0.1., guix-commits, 2020/09/21
- 126/189: gnu: Add rust-tower-test-0.3., guix-commits, 2020/09/21
- 127/189: gnu: Add rust-tower-util-0.3., guix-commits, 2020/09/21