me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-wyz-0.5.

* gnu/packages/crates-io.scm (rust-wyz-0.5): New variable.
master
Ricardo Wurmus 2023-03-22 14:28:23 +01:00 committed by Efraim Flashner
parent 3bc266c593
commit f2f0e9e192
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 23 additions and 0 deletions

View File

@ -71943,6 +71943,29 @@ serialization.")
non-cryptographic hashing algorithm and random number generator.")
(license (list license:expat license:asl2.0))))
(define-public rust-wyz-0.5
(package
(name "rust-wyz")
(version "0.5.1")
(source (origin
(method url-fetch)
(uri (crate-uri "wyz" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1vdrfy7i2bznnzjdl9vvrzljvs4s3qm8bnlgqwln6a941gy61wq5"))))
(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.4
(package
(name "rust-wyz")