gnu: rust-wayland-cursor-0.28: Update to 0.28.6.

* gnu/packages/crates-graphics.scm (rust-wayland-cursor-0.28): Update to
0.28.6.
[cargo-inputs]: Add rust-wayland-client-0.28.  Replace rust-nix-0.18
with 0.20.
[inputs]: Remove field.

Change-Id: Ib4ff567160decf319b58c67399d0120b22340d46
This commit is contained in:
Efraim Flashner 2024-01-08 13:06:47 +02:00
parent b01c7fce22
commit 8d36fe102e
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4135,21 +4135,20 @@ (define-public rust-wayland-cursor-0.28
(package
(inherit rust-wayland-cursor-0.29)
(name "rust-wayland-cursor")
(version "0.28.3")
(version "0.28.6")
(source
(origin
(method url-fetch)
(uri (crate-uri "wayland-cursor" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0pvf96a9hg7b40vyvamcg491sa0006fr9bzf1xkaf8q22qn15syn"))))
(base32 "0nm61zkxwddq9x64dalcb5rihz2w6kz7blmxwx2nsn6ixn200qdy"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-nix" ,rust-nix-0.18)
("rust-xcursor" ,rust-xcursor-0.3))))
(inputs
(list rust-nix-0.18 rust-wayland-client-0.28 rust-xcursor-0.3))))
(("rust-nix" ,rust-nix-0.20)
("rust-wayland-client" ,rust-wayland-client-0.28)
("rust-xcursor" ,rust-xcursor-0.3))))))
(define-public rust-wayland-egl-0.29
(package