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

commit d2562ec80f34a0e0fc1f3f8bc71b4d2442442b4c
Author: John Kehayias <john.kehay...@protonmail.com>
AuthorDate: Tue Sep 10 12:48:55 2024 -0400

    gnu: gtk-layer-shell: Update to 0.9.0.
    
    * gnu/packages/gtk.scm (gtk-layer-shell): Update to 0.9.0.
    
    Change-Id: I4e519f95f8afc883d0374c13048d2c13ec6c787f
---
 gnu/packages/gtk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index d4290e13aa..3580fab9fa 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -2770,7 +2770,7 @@ displayed on the other side of the bus.")
 (define-public gtk-layer-shell
   (package
     (name "gtk-layer-shell")
-    (version "0.8.0")
+    (version "0.9.0")
     (source
      (origin
        (method git-fetch)
@@ -2779,7 +2779,7 @@ displayed on the other side of the bus.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0cf1fjlsplslmabpvyfdnvngkn5wfsk6jd7gbq6h74x0n9hczf37"))))
+        (base32 "05p9pmgzn8wacvlp7v4f1d8qqdnhr4l6jyclzfijnh1rsva0857n"))))
     (build-system meson-build-system)
     (arguments `(#:configure-flags (list "-Dtests=true")))
     (native-inputs (list pkg-config gobject-introspection vala))

Reply via email to