gnu: wayland-protocols: Update to 1.44.

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

Change-Id: I1638c8d95eb62a2514ec289b421353e093505936
This commit is contained in:
John Kehayias 2025-05-29 15:05:35 -04:00
parent 21236055fe
commit 1613ba6834
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.43")
(version "1.44")
(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
"1pgjkc0gw11xb55kn8hf8adnmx3bkpgb4p0haylb2jh7irqhxhqd"))))
"1gjhfiah8hkhqlfan2pr8jvf9h8rjkyz79kkxddi8js2q7dy4bbq"))))
(build-system meson-build-system)
(inputs
(list wayland))