mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
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:
parent
2b73010b85
commit
f19d4fca17
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue