[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/21: gnu: gtk-layer-shell: Update to 0.9.0.
From: |
guix-commits |
Subject: |
16/21: gnu: gtk-layer-shell: Update to 0.9.0. |
Date: |
Sun, 6 Oct 2024 23:32:13 -0400 (EDT) |
podiki pushed a commit to branch mesa-updates
in repository guix.
commit 81ef517a395c0f4e03255da25d4294e7ba68473a
Author: John Kehayias <john.kehayias@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 2742427008..ef1391e8ba 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))
- 07/21: gnu: llvm-for-mesa: Build all targets., (continued)
- 07/21: gnu: llvm-for-mesa: Build all targets., guix-commits, 2024/10/06
- 06/21: gnu: llvm-for-mesa: Update to llvm-18., guix-commits, 2024/10/06
- 09/21: gnu: mesa: Update configure flags., guix-commits, 2024/10/06
- 01/21: gnu: libdrm: Update to 2.4.123., guix-commits, 2024/10/06
- 02/21: gnu: wayland-protocols: Update to 1.37., guix-commits, 2024/10/06
- 03/21: gnu: Remove wayland-protocols-next., guix-commits, 2024/10/06
- 05/21: gnu: volk: Hard-code path of vulkan-loader for dynamic loading, guix-commits, 2024/10/06
- 04/21: gnu: vulkan-headers: Hard-code libvulkan.so file name., guix-commits, 2024/10/06
- 17/21: gnu: qtwayland: Fix build., guix-commits, 2024/10/06
- 10/21: gnu: libinput: Update to 1.26.2., guix-commits, 2024/10/06
- 16/21: gnu: gtk-layer-shell: Update to 0.9.0.,
guix-commits <=
- 08/21: gnu: mesa: Update to 24.2.2., guix-commits, 2024/10/06
- 19/21: gnu: mesa: Update to 24.2.3., guix-commits, 2024/10/06
- 18/21: gnu: mesa: Enable NVK driver for x86_64 architecture., guix-commits, 2024/10/06
- 21/21: gnu: sdl2: Update to 2.30.8., guix-commits, 2024/10/06
- 12/21: gnu: wlroots: Remove unneeded hwdata patch., guix-commits, 2024/10/06
- 14/21: gnu: mesa: Fix build on arm architectures., guix-commits, 2024/10/06
- 11/21: gnu: wayland: Update to 1.23.1., guix-commits, 2024/10/06
- 13/21: gnu: wlroots: Update to 0.18., guix-commits, 2024/10/06
- 20/21: gnu: mesa: Update to 24.2.4., guix-commits, 2024/10/06
- 15/21: gnu: qtwayland-6: Fix build., guix-commits, 2024/10/06