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:
Ricardo Wurmus 2023-03-22 16:32:20 +01:00 committed by Efraim Flashner
parent 939d56592f
commit 784f52c908
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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.")