gnu: rust-palette-derive-0.7: Update to 0.7.5.

* gnu/packages/crates-graphics.scm (rust-palette-derive-0.7): Update to
0.7.5.

Change-Id: Iece45f67bb82cf036a2f971afce931e26f591728
This commit is contained in:
Efraim Flashner 2024-03-17 14:29:04 +02:00
parent ef54abc260
commit 954c4661b3
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2619,14 +2619,14 @@ on correctness, flexibility and ease of use.")
(define-public rust-palette-derive-0.7 (define-public rust-palette-derive-0.7
(package (package
(name "rust-palette-derive") (name "rust-palette-derive")
(version "0.7.3") (version "0.7.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "palette_derive" version)) (uri (crate-uri "palette_derive" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "02ps239sxcr5v294qf89d87sv7fdm9pr2cziwj2l6ggzql703nxp")))) (base32 "0vcxjslri6f24zgv3n6ixhzb21a8z23fa6h42s8ss2zcvc10g2g8"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs (("rust-find-crate" ,rust-find-crate-0.6) `(#:cargo-inputs (("rust-find-crate" ,rust-find-crate-0.6)