gnu: wayland-protocols: Update to 1.39.

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

Change-Id: I6ba34e3fb334acc2a016511eb8380e772237eaf2
This commit is contained in:
John Kehayias 2024-12-20 15:14:47 -05:00
parent ce7443bb67
commit 76b5a6f2c9
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -1462,7 +1462,7 @@ (define-public wayland
(define-public wayland-protocols
(package
(name "wayland-protocols")
(version "1.38")
(version "1.39")
(source (origin
(method git-fetch)
(uri (git-reference
@ -1471,7 +1471,7 @@ (define-public wayland-protocols
(file-name (git-file-name name version))
(sha256
(base32
"1aik5zmpjwhxsfv9aa88sg95s0mg6yvy2cbqbd1xhigfbnq271zb"))))
"1dpcwsd2p6sjf5164b674cr7vq24hp3lfdshijj438r4bx8bld28"))))
(build-system meson-build-system)
(inputs
(list wayland))