mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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>
This commit is contained in:
parent
be27601e76
commit
88a6cb6fc8
1 changed files with 2 additions and 2 deletions
|
@ -1342,7 +1342,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
|
||||
|
@ -1350,7 +1350,7 @@ (define-public wayland
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0hjq8b1cprxpxcv2klgir1hd63vy5hrqilp9v317394qlqgayh0m"))))
|
||||
"1vg5h6d94hglh7724q6wx9dpg4y0afvxksankp1hwbcy76lb4kw6"))))
|
||||
(build-system meson-build-system)
|
||||
(outputs '("out" "doc"))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue