mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libpanel: Update to 1.10.0.
* gnu/packages/gtk.scm (libpanel): Update to 1.10.0. Change-Id: I32177ba5bc4bd1a941294f1ff21f3dd9356ad3ba
This commit is contained in:
parent
da9d77afdd
commit
e92fc5ba10
1 changed files with 2 additions and 2 deletions
|
@ -3069,7 +3069,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)
|
||||
|
@ -3078,7 +3078,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue