aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRutherther <rutherther@protonmail.com>2024-09-08 18:26:18 +0000
committerJohn Kehayias <john.kehayias@protonmail.com>2024-11-05 11:56:34 -0500
commit88a6cb6fc85376d19ed3632ba384349b34318069 (patch)
tree728f92ebae06c4e975f00bb2a03153cd3f626283
parentbe27601e76f967ba172c8aacea2c3599dfbce273 (diff)
downloadguix-88a6cb6fc85376d19ed3632ba384349b34318069.tar.gz
guix-88a6cb6fc85376d19ed3632ba384349b34318069.zip
gnu: wayland: Update to 1.23.1.
* gnu/packages/freedesktop.scm (wayland): Update to 1.23.1. Change-Id: Iacfeb77617cb6a039822fa7f0649a6433fa96973 Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
-rw-r--r--gnu/packages/freedesktop.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 92eff60688..51e77da3aa 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1342,7 +1342,7 @@ Python.")
(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
@@ -1350,7 +1350,7 @@ Python.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0hjq8b1cprxpxcv2klgir1hd63vy5hrqilp9v317394qlqgayh0m"))))
+ "1vg5h6d94hglh7724q6wx9dpg4y0afvxksankp1hwbcy76lb4kw6"))))
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments