guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/07: gnu: wayland-protocols: Update to 1.39.


From: guix-commits
Subject: 06/07: gnu: wayland-protocols: Update to 1.39.
Date: Sun, 29 Dec 2024 15:54:26 -0500 (EST)

podiki pushed a commit to branch mesa-updates
in repository guix.

commit 6ffcbaa6a66e3c8bc7242b95998091b307f29bd0
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Fri Dec 20 15:14:47 2024 -0500

    gnu: wayland-protocols: Update to 1.39.
    
    * gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.39.
    
    Change-Id: I6ba34e3fb334acc2a016511eb8380e772237eaf2
---
 gnu/packages/freedesktop.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index cbada99f10..b17f6ca8b0 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1442,7 +1442,7 @@ fullscreen) or other display servers.")
 (define-public wayland-protocols
   (package
     (name "wayland-protocols")
-    (version "1.38")
+    (version "1.39")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1451,7 +1451,7 @@ fullscreen) or other display servers.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1aik5zmpjwhxsfv9aa88sg95s0mg6yvy2cbqbd1xhigfbnq271zb"))))
+                "1dpcwsd2p6sjf5164b674cr7vq24hp3lfdshijj438r4bx8bld28"))))
     (build-system meson-build-system)
     (inputs
      (list wayland))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]