1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-13 00:20:35 +02:00

gnu: wayland-protocols: Update to 1.41.

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

Change-Id: I0afe285c5d14675039701deda33c5a790768a09b
This commit is contained in:
John Kehayias
2025-03-21 12:08:20 -04:00
parent 34b46b9950
commit 563682ef8a

View File

@@ -1561,7 +1561,7 @@ fullscreen) or other display servers.")
(define-public wayland-protocols
(package
(name "wayland-protocols")
(version "1.39")
(version "1.41")
(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
"1dpcwsd2p6sjf5164b674cr7vq24hp3lfdshijj438r4bx8bld28"))))
"148wh3cw88pv1adbhmkr13ass2vznzpa03hc3f6hwmwfv4bjsdlr"))))
(build-system meson-build-system)
(inputs
(list wayland))