[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#61331] [PATCH 4/6] gnu: Update wayland-protocols-next to 1.31.
From: |
Gabriel Wicki |
Subject: |
[bug#61331] [PATCH 4/6] gnu: Update wayland-protocols-next to 1.31. |
Date: |
Tue, 7 Feb 2023 00:26:53 +0100 |
>From fdb4d5d1e463da5c26688f448dd3da56090b9593 Mon Sep 17 00:00:00 2001
From: Gabriel Wicki <gabriel@erlikon.ch>
Date: Sun, 5 Feb 2023 00:56:38 +0100
Subject: [PATCH 4/6] gnu: Update wayland-protocols-next to 1.31.
* gnu/packages/freedesktop.scm (wayland-protocols-next): Update to version 1.31.
---
gnu/packages/freedesktop.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 989912f38f..5c8f079872 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1272,15 +1272,15 @@ (define-public wayland-protocols-next
(package
(inherit wayland-protocols)
(name "wayland-protocols")
- (version "1.26")
+ (version "1.31")
(source (origin
(method url-fetch)
- (uri (string-append
- "https://wayland.freedesktop.org/releases/"
- "wayland-protocols-" version ".tar.xz"))
+ (uri (string-append "https://gitlab.freedesktop.org/wayland/"
+ name "/-/releases/" version
+ "/downloads/" name "-" version ".tar.xz"))
(sha256
(base32
- "04vgllmpmrv14x3x64ns01vgwx4hriljayjkz9idgbv83i63hly5"))))))
+ "0f72359fzvh6jzri4fd79m34rwm2r55p2ryq4306wrw7xliafzx0"))))))
(define-public wayland-utils
(package
--
2.38.1
- [bug#61331] [PATCH core-updates] Update wayland, libdrm, wlroots, wayland-protocols-next, libinput, sway, Gabriel Wicki, 2023/02/06
- [bug#61331] [PATCH core-updates] Update wayland, ..., sway, Gabriel Wicki, 2023/02/06
- [bug#61331] (no subject), Gabriel Wicki, 2023/02/06
- [bug#61331] [PATCH 3/6] gnu: Update wlroots to 0.16.1., Gabriel Wicki, 2023/02/06
- [bug#61331] [PATCH 4/6] gnu: Update wayland-protocols-next to 1.31.,
Gabriel Wicki <=
- [bug#61331] [PATCH 5/6] gnu: Update libinput to 1.22.1., Gabriel Wicki, 2023/02/06
- [bug#61331] [PATCH 6/6] gnu: Update sway to 1.8., Gabriel Wicki, 2023/02/06
- [bug#61331] need update cagebreak too., Feng Shu, 2023/02/07
- [bug#61331] Update cagebreak too., Feng Shu, 2023/02/08