gnu: rust-wayland-protocols-0.31: Update to 0.31.2.

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

Change-Id: I3d1a3843531204acc29a0cfa74c2a91140dce750
This commit is contained in:
Efraim Flashner 2024-03-14 12:24:54 +02:00
parent a70d3685d0
commit 01ac6088e8
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4286,14 +4286,14 @@ (define-public rust-wayland-egl-0.28
(define-public rust-wayland-protocols-0.31
(package
(name "rust-wayland-protocols")
(version "0.31.0")
(version "0.31.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "wayland-protocols" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "077257bxv21whi33wm0lz5jkq6jnx0spz5jkq8yr44x9gc8dflz2"))))
(base32 "1x310l1p6p3p3l76nl1l2yava9408dy77s605917zadlp1jz70cg"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)