mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add rust-rend-0.4.
* gnu/packages/crates-io.scm (rust-rend-0.4): New variable.
This commit is contained in:
parent
784f52c908
commit
5c1fe60fa9
1 changed files with 20 additions and 0 deletions
|
@ -49221,6 +49221,26 @@ (define-public rust-rend-0.3
|
|||
"This package provides endian-aware primitives for Rust.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-rend-0.4
|
||||
(package
|
||||
(name "rust-rend")
|
||||
(version "0.4.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rend" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1av8mfxrc6dvm0hmn2ymi56jrv6a7dqssxwdn1zx6h4j1790h42q"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bytecheck" ,rust-bytecheck-0.6))))
|
||||
(home-page "https://github.com/djkoloski/rend")
|
||||
(synopsis "Endian-aware primitives for Rust")
|
||||
(description "Rend is a library that provides endian-aware primitives for
|
||||
Rust.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-reopen-0.3
|
||||
(package
|
||||
(name "rust-reopen")
|
||||
|
|
Loading…
Reference in a new issue