mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: rust-rust-embed-8: Update to 8.5.0.
* gnu/packages/crates-io.scm (rust-rust-embed-8): Update to 8.5.0. [cargo-inputs]: Replace rust-include-flate-0.2 with 0.3. Change-Id: I5d37cd7130c160f1b72b442486b875b2cbda0fde
This commit is contained in:
parent
189c3e500b
commit
2b73010b85
1 changed files with 3 additions and 3 deletions
|
@ -67945,14 +67945,14 @@ (define-public rust-rust-decimal-macros-1
|
|||
(define-public rust-rust-embed-8
|
||||
(package
|
||||
(name "rust-rust-embed")
|
||||
(version "8.3.0")
|
||||
(version "8.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rust-embed" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0ic70vd4lh6dhjnxaq8wywq3bg23jf78jyyashb3s1b601nz8y7v"))))
|
||||
(base32 "1h2k15ajsq9x70l11h61m4wlg8qias4mw4bg4yy7wpnx9x5ayrps"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-test-flags '("--release" "--"
|
||||
|
@ -67962,7 +67962,7 @@ (define-public rust-rust-embed-8
|
|||
#:cargo-inputs (("rust-actix-web" ,rust-actix-web-4)
|
||||
("rust-axum" ,rust-axum-0.7)
|
||||
("rust-hex" ,rust-hex-0.4)
|
||||
("rust-include-flate" ,rust-include-flate-0.2)
|
||||
("rust-include-flate" ,rust-include-flate-0.3)
|
||||
("rust-mime-guess" ,rust-mime-guess-2)
|
||||
("rust-poem" ,rust-poem-1)
|
||||
("rust-rocket" ,rust-rocket-0.5)
|
||||
|
|
Loading…
Reference in a new issue