guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit 35f3e980a9016d329b09d6d9d4c74b98eeac9a1e
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:24 2025 +0900

    gnu: libpanel: Update to 1.10.0.
    
    * gnu/packages/gtk.scm (libpanel): Update to 1.10.0.
    
    Change-Id: I32177ba5bc4bd1a941294f1ff21f3dd9356ad3ba
---
 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 51b2785f60..d37bb81bb2 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -3108,7 +3108,7 @@ Unix desktop environment under X11 as well as Wayland.")
 (define-public libpanel
   (package
     (name "libpanel")
-    (version "1.7.0")
+    (version "1.10.0")
     (source
      (origin
        (method git-fetch)
@@ -3117,7 +3117,7 @@ Unix desktop environment under X11 as well as Wayland.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "09lgzjydnahi14xn5rchb91d6m3idzgb68xm3lklwnkdda7dz0w8"))))
+        (base32 "0v9hh5lfwi6ghib6bkyhjs9y2q06k0f6al35g3gxkf5zpaiwkfh5"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to