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

commit 15cb7349c4aceffc13c8b9b1f3192c5ac30f9cb5
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Fri Jul 19 11:09:06 2024 +0200

    gnu: libpanel: Update to 1.7.0.
    
    * gnu/packages/gtk.scm (libpanel): Update to 1.7.0.
---
 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 6c7d4eabbe..1c04fd7cba 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -3024,7 +3024,7 @@ Unix desktop environment under X11 as well as Wayland.")
 (define-public libpanel
   (package
     (name "libpanel")
-    (version "1.2.0")
+    (version "1.7.0")
     (source
      (origin
        (method git-fetch)
@@ -3033,7 +3033,7 @@ Unix desktop environment under X11 as well as Wayland.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0wal073anl6iviyljyr8pw0m7av4ik6azpmrwzxw4snp95ib27aq"))))
+        (base32 "09lgzjydnahi14xn5rchb91d6m3idzgb68xm3lklwnkdda7dz0w8"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to