gnu: Add rust-wyz-0.2.

* gnu/packages/crates-io.scm (rust-wyz-0.2): New variable.
This commit is contained in:
Efraim Flashner 2021-01-03 11:10:30 +02:00
parent 2c860bf11f
commit e3cf342773
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -36444,6 +36444,26 @@ (define-public rust-ws2-32-sys-0.2
"Contains function definitions for the Windows API library ws2_32.") "Contains function definitions for the Windows API library ws2_32.")
(license license:expat))) (license license:expat)))
(define-public rust-wyz-0.2
(package
(name "rust-wyz")
(version "0.2.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "wyz" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"05028bk49b2ix1lz22sj65fnlxr0f29j2klkaqjxp6az3c6hprl5"))))
(build-system cargo-build-system)
(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-x86-0.33 (define-public rust-x86-0.33
(package (package
(name "rust-x86") (name "rust-x86")