diff mbox series

[bug#72115,core-updates] gnu: wayland-protocols: Update to 1.36.

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

Commit Message

Roman Scherer July 14, 2024, 3:46 p.m. UTC
* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.36.

Change-Id: Ibf6037cc95790f17c52afd2087836773736e8671
---
 gnu/packages/freedesktop.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: bcd627f58e74ce44cc96a9aac37c6d9e9e3c0dcc
prerequisite-patch-id: 3a2f57a0138610e70093333bbb19bcd9c909e7b9
prerequisite-patch-id: 09e6b4e8c70f5eb7996f78194c59245f38d3241b
prerequisite-patch-id: a12882ccf5bbef1edbd1110f128cd107f84a1377
prerequisite-patch-id: 2c83a46f3bcf9d3e153e2543fe9a57e5f33af286
prerequisite-patch-id: c6c55378dfbf74f5862c5b5609fe7cc3dc4b52d7
prerequisite-patch-id: 6307af77f1d5ccaef3accfce06479f604cdfd260
prerequisite-patch-id: 1f06621d95d4b22729a1461bca01feeb0d491324
prerequisite-patch-id: 2b5ca4e046c327f00c14fb9a0b7a08b6e4014bcb
prerequisite-patch-id: 7ebd64a45f6032d0fa2317d3b276cd93544ea187
prerequisite-patch-id: 88dd65ca157f484e2d13782d183ec6df8c3f57f0
prerequisite-patch-id: dfb3375fc8db76bd6d25723f27b53c551157c312
prerequisite-patch-id: 6fc01d31a105b17d54d4454ab5fbd57c0d1a189d

Comments

root Aug. 8, 2024, 8:42 a.m. UTC | #1
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,
Z572 Aug. 9, 2024, 12:38 p.m. UTC | #2
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 mbox series

Patch

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))