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

* gnu/packages/crates-io.scm (rust-wayland-cursor-0.31): Update to
0.31.1.
[cargo-inputs]: Add rust-rustix-0.38.  Remove rust-nix-0.26.

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

View file

@ -4181,17 +4181,17 @@ and wayland-server.")
(define-public rust-wayland-cursor-0.31 (define-public rust-wayland-cursor-0.31
(package (package
(name "rust-wayland-cursor") (name "rust-wayland-cursor")
(version "0.31.0") (version "0.31.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "wayland-cursor" version)) (uri (crate-uri "wayland-cursor" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "0nxdyyg3a3649n316fbnm8rak5k90j580kfnfxn9src6x45a4jm4")))) (base32 "1fii68l6x235b867q96yx1xqkl16azkf5i841ldd24yxd2l5zkki"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs (("rust-nix" ,rust-nix-0.26) `(#:cargo-inputs (("rust-rustix" ,rust-rustix-0.38)
("rust-wayland-client" ,rust-wayland-client-0.31) ("rust-wayland-client" ,rust-wayland-client-0.31)
("rust-xcursor" ,rust-xcursor-0.3)))) ("rust-xcursor" ,rust-xcursor-0.3))))
(home-page "https://github.com/smithay/wayland-rs") (home-page "https://github.com/smithay/wayland-rs")