me
/
guix
Archived
1
0
Fork 0

gnu: wayland-protocols: Update to 1.32.

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

Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
master
Hilton Chain 2023-07-15 14:24:10 +08:00 committed by John Kehayias
parent ccb5e18726
commit d08fd612d0
No known key found for this signature in database
GPG Key ID: 499097AE5EA815D9
1 changed files with 2 additions and 2 deletions

View File

@ -1209,7 +1209,7 @@ fullscreen) or other display servers.")
(define-public wayland-protocols
(package
(name "wayland-protocols")
(version "1.29")
(version "1.32")
(source (origin
(method url-fetch)
(uri (string-append "https://gitlab.freedesktop.org/wayland/"
@ -1217,7 +1217,7 @@ fullscreen) or other display servers.")
name "-" version ".tar.xz"))
(sha256
(base32
"1n4yzyjbp5fng8pvckandymvwc47mkwyi4pyvr6p0dn7bavrlpp2"))))
"04dsn79409mryxs6maq9kfhca97gvl3pr1ggjnv9d0hc6jfpjnbl"))))
(build-system meson-build-system)
(inputs
(list wayland))