mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: wayland-protocols: Update to 1.44.
* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.44. Change-Id: I1638c8d95eb62a2514ec289b421353e093505936
This commit is contained in:
parent
21236055fe
commit
1613ba6834
1 changed files with 2 additions and 2 deletions
|
@ -1561,7 +1561,7 @@ fullscreen) or other display servers.")
|
||||||
(define-public wayland-protocols
|
(define-public wayland-protocols
|
||||||
(package
|
(package
|
||||||
(name "wayland-protocols")
|
(name "wayland-protocols")
|
||||||
(version "1.43")
|
(version "1.44")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1570,7 +1570,7 @@ fullscreen) or other display servers.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pgjkc0gw11xb55kn8hf8adnmx3bkpgb4p0haylb2jh7irqhxhqd"))))
|
"1gjhfiah8hkhqlfan2pr8jvf9h8rjkyz79kkxddi8js2q7dy4bbq"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list wayland))
|
(list wayland))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue