[bug#78427,01/11] gnu: wayland-protocols-next: Update to 1.43.
Commit Message
* gnu/packages/freedesktop.scm (wayland-protocols-next): Update to 1.43.
Change-Id: I20baa942c9e57e2b6fa1ce4d92793ac64c1a91e8
---
gnu/packages/freedesktop.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
@@ -1576,7 +1576,7 @@ (define-public wayland-protocols-next
(package
(inherit wayland-protocols)
(name "wayland-protocols-next")
- (version "1.42")
+ (version "1.43")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1585,7 +1585,7 @@ (define-public wayland-protocols-next
(file-name (git-file-name name version))
(sha256
(base32
- "1gx8788wgkl42x3fh4kwkfz2xy7n84slbjwqg9w5z2b7jjkwzrrq"))))))
+ "1pgjkc0gw11xb55kn8hf8adnmx3bkpgb4p0haylb2jh7irqhxhqd"))))))
(define-public wayland-utils
(package