Message ID | d0c72950706fe5d4d5ebd6a544cbbb53b9a789db.1720971603.git.roman@burningswell.com |
---|---|
State | New |
Headers | show |
Series | [bug#72115,core-updates] gnu: wayland-protocols: Update to 1.36. | expand |
Hi all, I just tried submitting a first patch to the project and only after realized this change had already been proposed. My duplicate is #72522. Sorry about that. Commenting here since it's been a few weeks since this got proposed and I am also running into trying to build some software which depends on new protocols that went stable as of wayland-protocols 1.36. Cheers,
root <root@unsecured.network> writes: > Hi all, > > I just tried submitting a first patch to the project and only after realized this change had already been proposed. My duplicate is #72522. Sorry > about that. Commenting here since it's been a few weeks since this got proposed and I am also running into trying to build some software > which depends on new protocols that went stable as of wayland-protocols 1.36. > > Cheers, > > [4. application/pgp-keys; publickey - root@unsecured.network - 0x976405C9.asc]... you can use wayland-protocols-next
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 6941450436..c1d493c014 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -1377,7 +1377,7 @@ (define-public wayland (define-public wayland-protocols (package (name "wayland-protocols") - (version "1.32") + (version "1.36") (source (origin (method url-fetch) (uri (string-append "https://gitlab.freedesktop.org/wayland/" @@ -1385,7 +1385,7 @@ (define-public wayland-protocols name "-" version ".tar.xz")) (sha256 (base32 - "04dsn79409mryxs6maq9kfhca97gvl3pr1ggjnv9d0hc6jfpjnbl")))) + "14kyxywpfkgpjpkrybs28q1s2prnz30k1b4zap5a3ybrbvh4vzbi")))) (build-system meson-build-system) (inputs (list wayland))