mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: Add rust-wyz-0.2.
* gnu/packages/crates-io.scm (rust-wyz-0.2): New variable.
This commit is contained in:
parent
2c860bf11f
commit
e3cf342773
1 changed files with 20 additions and 0 deletions
|
@ -36444,6 +36444,26 @@ (define-public rust-ws2-32-sys-0.2
|
|||
"Contains function definitions for the Windows API library ws2_32.")
|
||||
(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
|
||||
(package
|
||||
(name "rust-x86")
|
||||
|
|
Loading…
Reference in a new issue