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

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

Change-Id: I639b393cc84ef97445a09bb13b28a6087c603a61
This commit is contained in:
Efraim Flashner 2024-11-14 09:55:22 +02:00
parent eb7d649ab1
commit 9dcead6ac9
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4690,14 +4690,14 @@ (define-public rust-wayland-csd-frame-0.3
(define-public rust-wayland-cursor-0.31
(package
(name "rust-wayland-cursor")
(version "0.31.1")
(version "0.31.7")
(source
(origin
(method url-fetch)
(uri (crate-uri "wayland-cursor" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1fii68l6x235b867q96yx1xqkl16azkf5i841ldd24yxd2l5zkki"))))
(base32 "0k4yijr0rxlqw15clzbh6a3jd760l1xz3zg0gxg07c7xmb1qpc1j"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-rustix" ,rust-rustix-0.38)