gnu: rust-wayland-cursor-0.29: Update to 0.29.5.
* gnu/packages/crates-graphics.scm (rust-wayland-cursor-0.29): Update to 0.29.5. [cargo-inputs]: Replace rust-nix-0.22 with 0.24. Add rust-wayland-client-0.29. [inputs]: Replace rust-nix-0.22 with 0.24.master
parent
9504329a69
commit
37eed045b3
|
@ -2705,21 +2705,22 @@ and wayland-server.")
|
|||
(define-public rust-wayland-cursor-0.29
|
||||
(package
|
||||
(name "rust-wayland-cursor")
|
||||
(version "0.29.4")
|
||||
(version "0.29.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "wayland-cursor" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1gd6aswkrdz556n54pjpd4rchw7jkgcx6hnrhgy62y2y7pqmh9y5"))))
|
||||
(base32 "0qbn6wqmjibkx3lb3ggbp07iabzgx2zhrm0wxxxjbmhkdyvccrb8"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-nix" ,rust-nix-0.22)
|
||||
(("rust-nix" ,rust-nix-0.24)
|
||||
("rust-wayland-client" ,rust-wayland-client-0.29)
|
||||
("rust-xcursor" ,rust-xcursor-0.3))))
|
||||
(inputs
|
||||
(list rust-nix-0.22 rust-wayland-client-0.29 rust-xcursor-0.3))
|
||||
(list rust-nix-0.24 rust-wayland-client-0.29 rust-xcursor-0.3))
|
||||
(home-page "https://github.com/smithay/wayland-rs")
|
||||
(synopsis "Bindings to libwayland-cursor")
|
||||
(description
|
||||
|
|
Reference in New Issue