gnu: wayland-protocols: Update to 1.37.

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

Change-Id: I32837fc9c6609532557c31cf94b0f87e999680d8
This commit is contained in:
John Kehayias 2024-08-25 21:17:13 -04:00
parent c824fb8ca7
commit b86315db25
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -1393,7 +1393,7 @@ (define-public wayland
(define-public wayland-protocols
(package
(name "wayland-protocols")
(version "1.32")
(version "1.37")
(source (origin
(method url-fetch)
(uri (string-append "https://gitlab.freedesktop.org/wayland/"
@ -1401,7 +1401,7 @@ (define-public wayland-protocols
name "-" version ".tar.xz"))
(sha256
(base32
"04dsn79409mryxs6maq9kfhca97gvl3pr1ggjnv9d0hc6jfpjnbl"))))
"09pk3qhpc29x1a6srpqqw9dcvalg33vfmp14d276is7j4klrn3m7"))))
(build-system meson-build-system)
(inputs
(list wayland))