[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53315] [PATCH 089/150] gnu: Add rust-wyz-0.4.
From: |
Aleksandr Vityazev |
Subject: |
[bug#53315] [PATCH 089/150] gnu: Add rust-wyz-0.4. |
Date: |
Mon, 17 Jan 2022 13:28:45 +0000 |
* gnu/packages/crates-io.scm (rust-wyz-0.4): New variable.
---
gnu/packages/crates-io.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index b54cee0c3f..60d7cb6462 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -65659,6 +65659,31 @@ (define-public rust-wyhash-0.5
non-cryptographic hashing algorithm and random number generator.")
(license (list license:expat license:asl2.0))))
+(define-public rust-wyz-0.4
+ (package
+ (name "rust-wyz")
+ (version "0.4.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "wyz" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "126irvwn63kxgqjk5ap1pw3p3grw2sskyg32h0v4bqawsrx057hj"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-once-cell" ,rust-once-cell-1)
+ ("rust-tap" ,rust-tap-1)
+ ("rust-typemap" ,rust-typemap-0.3))))
+ (home-page "https://myrrlyn.net/crates/wyz")
+ (synopsis "Collection of utility functions")
+ (description
+ "This package provides a collection of utility functions.")
+ (license license:expat)))
+
(define-public rust-wyz-0.2
(package
(name "rust-wyz")
--
2.34.0
--
Aleksandr Vityazev
- [bug#53315] [PATCH 075/150] gnu: Add rust-cookie-store-0.15., (continued)
- [bug#53315] [PATCH 075/150] gnu: Add rust-cookie-store-0.15., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 078/150] gnu: rust-sct-0.6: Inherit from rust-sct-0.7., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 079/150] gnu: Add rust-webpki-0.22., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 080/150] gnu: rust-webpki-0.21: Inherit from rust-webpki-0.22., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 081/150] gnu: Add rust-webpki-roots-0.22., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 083/150] gnu: Add rust-rustls-pemfile-0.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 082/150] gnu: rust-webpki-roots-0.21: Inherit from rust-webpki-roots-0.22., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 084/150] gnu: Add rust-rustls-0.20., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 088/150] gnu: rust-tap-1: Update to 1.0.1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 087/150] gnu: rust-radium-0.5: Inherit from rust-radium-0.6., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 089/150] gnu: Add rust-wyz-0.4.,
Aleksandr Vityazev <=
- [bug#53315] [PATCH 086/150] gnu: Add rust-radium-0.6., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 085/150] gnu: rust-rustls-0.19: Inherit from rust-rustls-0.20., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 090/150] gnu: Add rust-funty-1.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 093/150] gnu: rust-bitvec-0.19: Inherit from rust-bitvec-0.22., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 092/150] gnu: Add rust-bitvec-0.22., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 094/150] gnu: Add rust-der-oid-macro-0.5., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 091/150] gnu: rust-funty-1: Inherit from rust-funty-1.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 095/150] gnu: Add rust-rusticata-macros-4., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 098/150] gnu: Add rust-oid-registry-0.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 101/150] gnu: rust-brotli-decompressor-2: Update to 2.3.2., Aleksandr Vityazev, 2022/01/17