diff options
author | Liliana Marie Prikler <[email protected]> | 2024-07-19 11:09:06 +0200 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2025-03-02 20:31:29 +0100 |
commit | cd01dfd2f8e2c7261d34db474d31cc5a7caf4b1f (patch) | |
tree | 2b28232cc76ed4a31756f20ccc8bace116e1b506 | |
parent | d71dea1f5c365533d2afcfdd52aeb41ace460fcc (diff) |
gnu: libpanel: Update to 1.7.0.
* gnu/packages/gtk.scm (libpanel): Update to 1.7.0.
-rw-r--r-- | gnu/packages/gtk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index d0b5a21f30..e53887aad1 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -3071,7 +3071,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) @@ -3080,7 +3080,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 |