[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#42923] [PATCH 3/5] gnu: wayland-protocols: Update to 1.20.
From: |
Brendan Tildesley |
Subject: |
[bug#42923] [PATCH 3/5] gnu: wayland-protocols: Update to 1.20. |
Date: |
Wed, 19 Aug 2020 09:58:54 +1000 |
* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.20.
---
gnu/packages/freedesktop.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index ff22ff2df3..997d3477e2 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -673,7 +673,7 @@ applications, X servers (rootless or fullscreen) or other
display servers.")
(define-public wayland-protocols
(package
(name "wayland-protocols")
- (version "1.18")
+ (version "1.20")
(source (origin
(method url-fetch)
(uri (string-append
@@ -681,7 +681,7 @@ applications, X servers (rootless or fullscreen) or other
display servers.")
"wayland-protocols-" version ".tar.xz"))
(sha256
(base32
- "1cvl93h83ymbfhb567jv5gzyq08181w7c46rsw4xqqqpcvkvfwrx"))))
+ "1rsdgvkkvxs3cjhpl6agvbkm53vm7k8rg127j9y2vn33m2hvg0lp"))))
(build-system gnu-build-system)
(inputs
`(("wayland" ,wayland)))
--
2.28.0
- [bug#42923] [core-updates]: Add meson/latest and update wayland/sway., Brendan Tildesley, 2020/08/18
- [bug#42923] [PATCH 1/5] gnu: Add meson/latest., Brendan Tildesley, 2020/08/18
- [bug#42923] [core-updates]: Add meson/latest and update wayland/sway., Brendan Tildesley, 2020/08/21
- [bug#42923] [core-updates]: Add meson/latest and update wayland/sway., Brendan Tildesley, 2020/08/21
- [bug#42923] (no subject), bdju, 2020/08/24
- [bug#42923] Can't run xwayland applications with Sway 1.5, Brendan Tildesley, 2020/08/29