gnu: rust-wayland-client-0.31: Update to 0.31.8.

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

Change-Id: If6c66e27dd3951c872e749abf7a3cc948bc3bccd
This commit is contained in:
Efraim Flashner 2025-02-18 12:01:47 +02:00 committed by Hilton Chain
parent dd4f4e4980
commit 49beca48f9
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -4687,14 +4687,14 @@ protocol.")
(define-public rust-wayland-client-0.31
(package
(name "rust-wayland-client")
(version "0.31.7")
(version "0.31.8")
(source
(origin
(method url-fetch)
(uri (crate-uri "wayland-client" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "105j23dj1k36rpvv3nk5v3lm99gs029k3k429kbnzxv9zk9ljqmn"))))
(base32 "0gzpr9gdd8yk1crflxngg5iwa1szyyzp4i4zbgpslf1nsgihs4n2"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; use of undeclared crate or module `wayland_protocols`