mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: wayland-protocols: Update to 1.32.
* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.32. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
parent
ccb5e18726
commit
d08fd612d0
1 changed files with 2 additions and 2 deletions
|
@ -1209,7 +1209,7 @@ (define-public wayland
|
|||
(define-public wayland-protocols
|
||||
(package
|
||||
(name "wayland-protocols")
|
||||
(version "1.29")
|
||||
(version "1.32")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://gitlab.freedesktop.org/wayland/"
|
||||
|
@ -1217,7 +1217,7 @@ (define-public wayland-protocols
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1n4yzyjbp5fng8pvckandymvwc47mkwyi4pyvr6p0dn7bavrlpp2"))))
|
||||
"04dsn79409mryxs6maq9kfhca97gvl3pr1ggjnv9d0hc6jfpjnbl"))))
|
||||
(build-system meson-build-system)
|
||||
(inputs
|
||||
(list wayland))
|
||||
|
|
Loading…
Reference in a new issue