mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: rust-bytecheck-derive-0.6: Update to 0.6.11.
* gnu/packages/crates-io.scm (rust-bytecheck-derive-0.6): Update to 0.6.11. [home-page]: Update to new home-page.
This commit is contained in:
parent
19795f8787
commit
7ed354946b
1 changed files with 3 additions and 3 deletions
|
@ -9330,21 +9330,21 @@ (define-public rust-bytecheck-0.5
|
||||||
(define-public rust-bytecheck-derive-0.6
|
(define-public rust-bytecheck-derive-0.6
|
||||||
(package
|
(package
|
||||||
(name "rust-bytecheck-derive")
|
(name "rust-bytecheck-derive")
|
||||||
(version "0.6.10")
|
(version "0.6.11")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "bytecheck_derive" version))
|
(uri (crate-uri "bytecheck_derive" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1r9dlkx5w1p8d5gif2yvn6bz1856yij2fxi4wakq2vxl7ia2a4p3"))))
|
"0qdgfqx23gbjp5scbc8fhqc5kd014bpxn8hc9i9ssd8r4rplrv57"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||||
("rust-quote" ,rust-quote-1)
|
("rust-quote" ,rust-quote-1)
|
||||||
("rust-syn" ,rust-syn-1))))
|
("rust-syn" ,rust-syn-1))))
|
||||||
(home-page "https://github.com/djkoloski/bytecheck")
|
(home-page "https://github.com/rkyv/bytecheck")
|
||||||
(synopsis "Derive macro for bytecheck")
|
(synopsis "Derive macro for bytecheck")
|
||||||
(description "This package provides a Derive macro for bytecheck, the type
|
(description "This package provides a Derive macro for bytecheck, the type
|
||||||
validation framework for Rust.")
|
validation framework for Rust.")
|
||||||
|
|
Loading…
Reference in a new issue