gnu: rust-wayland-scanner-0.28: Update to 0.28.6.

* gnu/packages/crates-graphics.scm (rust-wayland-scanner-0.28): Update
to 0.28.6.
[cargo-inputs]: Add rust-proc-macro2-1, rust-quote-1, rust-xml-rs-0.8.
[inputs]: Remove field.

Change-Id: I31b89e8e4f2d18d5b593087e37e18f7eeb5f0e94
This commit is contained in:
Efraim Flashner 2024-01-08 13:11:29 +02:00
parent ed4e26b306
commit 64de5f4bf8
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4472,16 +4472,18 @@ (define-public rust-wayland-scanner-0.28
(package
(inherit rust-wayland-scanner-0.29)
(name "rust-wayland-scanner")
(version "0.28.3")
(version "0.28.6")
(source
(origin
(method url-fetch)
(uri (crate-uri "wayland-scanner" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0g8ky63qk27in7zajycj3fyydsxlj19hanfcvr8d7z5kcxbvl43h"))))
(inputs
(list rust-proc-macro2-1 rust-quote-1 rust-xml-rs-0.8))))
(base32 "1w839jsh7nrni4f2x5bkapf98w7kddxyqmpks4rf67dnvsr3x4nf"))))
(arguments
`(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-xml-rs" ,rust-xml-rs-0.8))))))
(define-public rust-wayland-scanner-0.23
(package