me
/
guix
Archived
1
0
Fork 0

gnu: kxmlgui: Update to 6.4.0.

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

Change-Id: I88021b33ab77807f4ffa77aa93c9d208a904ed21
master
Zheng Junjie 2024-07-20 00:24:53 +08:00
parent 18076bf76b
commit 133b0996be
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -4919,7 +4919,7 @@ the passwords on KDE work spaces.")
(define-public kxmlgui
(package
(name "kxmlgui")
(version "6.3.0")
(version "6.4.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -4928,7 +4928,7 @@ the passwords on KDE work spaces.")
name "-" version ".tar.xz"))
(sha256
(base32
"0plrww25q417vldf59ybiwkg3clygm7wrjy4a28wry1jxfrgswr2"))))
"02sbar2ydpvncl9cfgwdccgag8l8b3k7fbbnbjjwgvzaz73jp584"))))
(build-system cmake-build-system)
(propagated-inputs
(list kconfig kconfigwidgets))