summaryrefslogtreecommitdiff
path: root/gnu/packages/freedesktop.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/freedesktop.scm')
-rw-r--r--gnu/packages/freedesktop.scm11
1 files changed, 5 insertions, 6 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 97d8bc3dbc..2551c88761 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -29,8 +29,9 @@
;;; Copyright © 2021 John Kehayias <[email protected]>
;;; Copyright © 2021, 2021, 2022 Maxim Cournoyer <[email protected]>
;;; Copyright © 2022 Daniel Meißner <[email protected]>
-;;; Copyright © 2022 muradm <[email protected]>
+;;; Copyright © 2022 Wamm K. D. <[email protected]>
;;; Copyright © 2022 Petr Hodina <[email protected]>
+;;; Copyright © 2022 muradm <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1093,7 +1094,7 @@ fullscreen) or other display servers.")
(define-public wayland-protocols
(package
(name "wayland-protocols")
- (version "1.23")
+ (version "1.26")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1101,7 +1102,7 @@ fullscreen) or other display servers.")
"wayland-protocols-" version ".tar.xz"))
(sha256
(base32
- "0xizccackgwszjhlq7jjiv2z2gwppljx0w32ga91bxlnby8z22kc"))))
+ "04vgllmpmrv14x3x64ns01vgwx4hriljayjkz9idgbv83i63hly5"))))
(build-system meson-build-system)
(inputs
(list wayland))
@@ -1789,9 +1790,7 @@ share connections to real-time communication services without conflicting.")
pkg-config
vala))
(inputs
- ;; TODO: remove pango-next after it's the default.
- (list gtk+
- pango-next))
+ (list gtk+))
(propagated-inputs
;; colord-gtk.pc refers to all these.
(list colord gtk))