mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
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:
parent
b01c7fce22
commit
8d36fe102e
1 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue