me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-graphics.scm (rust-wayland-egl-0.28): Update to
0.28.6.
[cargo-inputs]: Add rust-wayland-client-0.28, rust-wayland-sys-0.28.
[inputs]: Remove field.

Change-Id: Icf4dc567531f45696616776bc21d24a85ec90d7f
master
Efraim Flashner 2024-01-08 13:08:19 +02:00
parent 000e1ee9da
commit bedd158dfc
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 5 additions and 6 deletions

View File

@ -4181,19 +4181,18 @@ initializing an OpenGL or Vulkan context.")
(package
(inherit rust-wayland-egl-0.29)
(name "rust-wayland-egl")
(version "0.28.3")
(version "0.28.6")
(source
(origin
(method url-fetch)
(uri (crate-uri "wayland-egl" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1xd7iap0x4sidmy9dv02cdnxjhnbk9li7r7f39x9cg0i8xs50ly6"))))
(base32 "0mk9yv9b5w64syi09x0ma3s7s7ajdn2hhvykh8wv4ml7w6qimflr"))))
(build-system cargo-build-system)
(inputs
(list rust-wayland-client-0.28 rust-wayland-sys-0.28))
(native-inputs
(list pkg-config))))
(arguments
`(#:cargo-inputs (("rust-wayland-client" ,rust-wayland-client-0.28)
("rust-wayland-sys" ,rust-wayland-sys-0.28))))))
(define-public rust-wayland-protocols-0.31
(package