gnu: rust-wayland-protocols-wlr-0.3: Update to 0.3.6.

* gnu/packages/crates-graphics.scm (rust-wayland-protocols-wlr-0.3):
Update to 0.3.6.

Change-Id: Ia1b24c4d8f76b782592c5daaf734a7ee9ff65f33
This commit is contained in:
Efraim Flashner 2025-02-18 12:00:19 +02:00 committed by Hilton Chain
parent c675fd3497
commit e161adfc92
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -5264,14 +5264,14 @@ protocol extensions.")
(define-public rust-wayland-protocols-wlr-0.3
(package
(name "rust-wayland-protocols-wlr")
(version "0.3.5")
(version "0.3.6")
(source
(origin
(method url-fetch)
(uri (crate-uri "wayland-protocols-wlr" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "08j0xfpfqv6kzbfzmdv6crfzalxbxc2n5m9hc4qkqg4jrpv14bkq"))))
(base32 "1cpqb0d4ryf87x2wgca5n71wilhvc0jjva0zasbdgalmypk052i4"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)