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

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

Change-Id: I049c64ad841a7482f8600ba86c4ea927d5a2f359
This commit is contained in:
Efraim Flashner 2024-11-14 09:54:57 +02:00
parent 729c24c4d8
commit eb7d649ab1
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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