gnu: rust-rkyv-derive-0.7: Update to 0.7.44.

* gnu/packages/crates-io.scm (rust-rkyv-derive-0.7): Update to 0.7.44.

Change-Id: I357f3de5bf7716ecff3a28e81dfafc47ca6442fa
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Tomas Volf 2024-02-15 21:26:53 +01:00 committed by Efraim Flashner
parent 2b0f1d4d96
commit 41cb72ea79
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -58099,14 +58099,14 @@ sub-processes using a fork-like interface.")
(define-public rust-rkyv-derive-0.7
(package
(name "rust-rkyv-derive")
(version "0.7.42")
(version "0.7.44")
(source (origin
(method url-fetch)
(uri (crate-uri "rkyv_derive" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"07alynj16yqlyprlwqd8av157rrywvid2dm7swbhl8swbf8npq5j"))))
"0rbwvbxka171bvhj60yjaxn77ipi5d1nwknnp5i6ypp2ipzxzpd7"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)