gnu: wayland-protocols: Update to 1.43.

* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.43.

Change-Id: Ifbb0ec7636ade1a82a28569f38d89f11ab489c62
This commit is contained in:
John Kehayias 2025-04-18 11:14:55 -04:00
parent 00ff01b4f1
commit 4b4b5cdcd3
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -1561,7 +1561,7 @@ fullscreen) or other display servers.")
(define-public wayland-protocols
(package
(name "wayland-protocols")
(version "1.41")
(version "1.43")
(source (origin
(method git-fetch)
(uri (git-reference
@ -1570,7 +1570,7 @@ fullscreen) or other display servers.")
(file-name (git-file-name name version))
(sha256
(base32
"148wh3cw88pv1adbhmkr13ass2vznzpa03hc3f6hwmwfv4bjsdlr"))))
"1pgjkc0gw11xb55kn8hf8adnmx3bkpgb4p0haylb2jh7irqhxhqd"))))
(build-system meson-build-system)
(inputs
(list wayland))