1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-15 05:35:53 +02:00

gnu: rust-rkyv-0.7: Update to 0.7.42.

* gnu/packages/crates-io.scm (rust-rkyv-0.7): Update to 0.7.42.
This commit is contained in:
Efraim Flashner
2023-07-13 12:36:20 +03:00
parent 5302c8b0de
commit ce55e20137
+2 -2
View File
@@ -55289,14 +55289,14 @@ sub-processes using a fork-like interface.")
(define-public rust-rkyv-0.7
(package
(name "rust-rkyv")
(version "0.7.40")
(version "0.7.42")
(source (origin
(method url-fetch)
(uri (crate-uri "rkyv" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1hsd81bkm1rvh3kl66fhnadji4h88w2pgf0yrp4cnqdav52is3y3"))))
"0n2wzwnghkr2ny16c08f5szbkljfqrp3s8fnnb096f011ciwh002"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs