mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: knotifyconfig: Update to 6.13.0.
* gnu/packages/kde-frameworks.scm (knotifyconfig): Update to 6.13.0. [inputs]: Add kguiaddons. Change-Id: I232957c4a5b035908651fb627f890fb0eafcc03c
This commit is contained in:
parent
31b2f43b0d
commit
14ab164da3
1 changed files with 3 additions and 2 deletions
|
@ -4181,7 +4181,7 @@ specification.")
|
|||
(define-public knotifyconfig
|
||||
(package
|
||||
(name "knotifyconfig")
|
||||
(version "6.10.0")
|
||||
(version "6.13.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -4190,7 +4190,7 @@ specification.")
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0p6h6mm9ipmps88pvnfy7qkhx6ci081qiv8554qdivzdb1x49fph"))))
|
||||
"1d1rz0p270fwx84870kj7nih40kkxnpl3963mf52zs0xzkmkk6xb"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
|
@ -4202,6 +4202,7 @@ specification.")
|
|||
kconfig
|
||||
kconfigwidgets
|
||||
kcoreaddons
|
||||
kguiaddons
|
||||
kio
|
||||
kitemviews
|
||||
ki18n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue