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
This commit is contained in:
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

View file

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