me
/
guix
Archived
1
0
Fork 0

gnu: kconfigwidgets: Update to 6.4.0.

* gnu/packages/kde-frameworks.scm (kconfigwidgets): Update to 6.4.0.

Change-Id: I1ff54234dd8c144a26708c6ad97f64aea27f89d5
master
Zheng Junjie 2024-07-20 00:24:51 +08:00
parent 75e9eaa1cb
commit b1d722a8eb
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -3344,7 +3344,7 @@ KCModules can be created with the KConfigWidgets framework.")
(define-public kconfigwidgets
(package
(name "kconfigwidgets")
(version "6.3.0")
(version "6.4.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -3353,7 +3353,7 @@ KCModules can be created with the KConfigWidgets framework.")
name "-" version ".tar.xz"))
(sha256
(base32
"14104r6j38kjqmvx3d66xm4amdbdxl1450257l6zlf9wp1lndj5s"))))
"10rr77abb44v8lhn9zvf65r8akybnjim443ib7dx3ljp2phykxwq"))))
(build-system qt-build-system)
(propagated-inputs
(list kcodecs kconfig kcolorscheme kwidgetsaddons))