mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rust-bytecheck-0.6: Update to 0.6.10.
* gnu/packages/crates-io.scm (rust-bytecheck-0.6): Update to 0.6.10. [home-page]: Update to new URL.
This commit is contained in:
parent
939d56592f
commit
784f52c908
1 changed files with 3 additions and 3 deletions
|
@ -8923,14 +8923,14 @@ (define-public rust-byte-unit-4
|
|||
(define-public rust-bytecheck-0.6
|
||||
(package
|
||||
(name "rust-bytecheck")
|
||||
(version "0.6.9")
|
||||
(version "0.6.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "bytecheck" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0vs0a8p3bpaz3vc15zknqkd5ajgzgswf2bmd1mbwdbdm28naq76i"))))
|
||||
"07vxs7y441f7d6mjzmli80ykmfajwk9jqci549b29sr319j13zhk"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
@ -8938,7 +8938,7 @@ (define-public rust-bytecheck-0.6
|
|||
("rust-ptr-meta" ,rust-ptr-meta-0.1)
|
||||
("rust-simdutf8" ,rust-simdutf8-0.1)
|
||||
("rust-uuid" ,rust-uuid-1))))
|
||||
(home-page "https://github.com/rkyv/bytecheck")
|
||||
(home-page "https://github.com/djkoloski/bytecheck")
|
||||
(synopsis "Type validation framework")
|
||||
(description "This package provides a type validation framework for
|
||||
Rust.")
|
||||
|
|
Loading…
Reference in a new issue