gnu: rust-wayland-protocols-0.32: Update to 0.32.6.

* gnu/packages/crates-graphics.scm (rust-wayland-protocols-0.32): Update
to 0.32.6.

Change-Id: I2058a398d96725faf702f35a5f64b70692ffd1b3
This commit is contained in:
Efraim Flashner 2025-02-18 12:01:01 +02:00 committed by Hilton Chain
parent 569192bb03
commit 7f214b4571
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -5067,14 +5067,14 @@ initializing an OpenGL or Vulkan context.")
(define-public rust-wayland-protocols-0.32
(package
(name "rust-wayland-protocols")
(version "0.32.5")
(version "0.32.6")
(source
(origin
(method url-fetch)
(uri (crate-uri "wayland-protocols" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "13pmq788d2w9c7sqpjjxi1344bzq1g1ja4vlaa4rlvjfgkjsvl3w"))))
(base32 "1z0yahh48x8qzdbcallmxn5am5897hkk5d7p51ly6dwvhr3cz087"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)