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
|
(define-public knotifyconfig
|
||||||
(package
|
(package
|
||||||
(name "knotifyconfig")
|
(name "knotifyconfig")
|
||||||
(version "6.10.0")
|
(version "6.13.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -4190,7 +4190,7 @@ specification.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0p6h6mm9ipmps88pvnfy7qkhx6ci081qiv8554qdivzdb1x49fph"))))
|
"1d1rz0p270fwx84870kj7nih40kkxnpl3963mf52zs0xzkmkk6xb"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules))
|
(list extra-cmake-modules))
|
||||||
|
@ -4202,6 +4202,7 @@ specification.")
|
||||||
kconfig
|
kconfig
|
||||||
kconfigwidgets
|
kconfigwidgets
|
||||||
kcoreaddons
|
kcoreaddons
|
||||||
|
kguiaddons
|
||||||
kio
|
kio
|
||||||
kitemviews
|
kitemviews
|
||||||
ki18n
|
ki18n
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue