gnu: rust-rust-embed-impl-8: Update to 8.5.0.

* gnu/packages/crates-io.scm (rust-rust-embed-impl-8): Update to 8.5.0.

Change-Id: I09c6d5e0b4b923d8c601aa3f49d701183f91ef67
This commit is contained in:
Efraim Flashner 2024-11-21 09:13:26 +02:00
parent 2b73010b85
commit f19d4fca17
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -68011,14 +68011,14 @@ (define-public rust-rust-embed-5
(define-public rust-rust-embed-impl-8
(package
(name "rust-rust-embed-impl")
(version "8.3.0")
(version "8.5.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "rust-embed-impl" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1j2gqh8dl6c26y9iicjfgj9r5in3fw8k52fxnczhlln0qsiw46mr"))))
(base32 "0y0lfrvpqnh98lngf6z6crjwkhp9yhvl2ac7xig14lbrhv4dn9b1"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)