GNU bug report logs - #73124
[PATCH 0/3] gnu: wlroots: update on mesa-updates

Previous Next

Package: guix-patches;

Reported by: Rutherther <rutherther <at> protonmail.com>

Date: Sun, 8 Sep 2024 17:29:02 UTC

Severity: normal

Tags: patch

Done: John Kehayias <john.kehayias <at> protonmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Rutherther <rutherther <at> protonmail.com>
To: 73124 <at> debbugs.gnu.org
Cc: John Kehayias <john.kehayias <at> protonmail.com>, Rutherther <rutherther <at> protonmail.com>
Subject: [bug#73124] [PATCH v2 2/3] gnu: wayland: Update to 1.23.1
Date: Sun, 08 Sep 2024 18:26:18 +0000
* gnu/packages/freedesktop.scm: Update Wayland to 1.23.1

Change-Id: Iacfeb77617cb6a039822fa7f0649a6433fa96973
---
 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 d5b31bf837..89509e7a1c 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1316,7 +1316,7 @@ (define-public python-pyxdg
 (define-public wayland
   (package
     (name "wayland")
-    (version "1.22.0")
+    (version "1.23.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://gitlab.freedesktop.org/" name
@@ -1324,7 +1324,7 @@ (define-public wayland
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0hjq8b1cprxpxcv2klgir1hd63vy5hrqilp9v317394qlqgayh0m"))))
+                "1vg5h6d94hglh7724q6wx9dpg4y0afvxksankp1hwbcy76lb4kw6"))))
     (build-system meson-build-system)
     (outputs '("out" "doc"))
     (arguments
-- 
2.45.2






This bug report was last modified 253 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.