mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kxmlgui: Update to 6.10.0.
* gnu/packages/kde-frameworks.scm (kxmlgui): Update to 6.10.0. Change-Id: I0edd22566f9b20983f97eb47661e60112a9812e5
This commit is contained in:
parent
e2a2d87102
commit
e1087b1114
1 changed files with 2 additions and 2 deletions
|
@ -4893,7 +4893,7 @@ the passwords on KDE work spaces.")
|
||||||
(define-public kxmlgui
|
(define-public kxmlgui
|
||||||
(package
|
(package
|
||||||
(name "kxmlgui")
|
(name "kxmlgui")
|
||||||
(version "6.5.0")
|
(version "6.10.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -4902,7 +4902,7 @@ the passwords on KDE work spaces.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00yrbj66i7fydncbc8z2mnap2yfc5nz2xn6606zy1cz79barsm3m"))))
|
"14hjisg9rjiq49hi74qv2awmc0dpz9i0yrsb42p6r8cdcdasf7sn"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list kconfig kconfigwidgets))
|
(list kconfig kconfigwidgets))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue