Archived
1
0
Fork 0

gnu: kxmlgui: Update to 5.114.0.

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

Change-Id: Id8dc85b36024ef33c01bc4bdab6172a543e79173
This commit is contained in:
Maxim Cournoyer 2024-01-18 11:33:30 -05:00
parent eb184b5ffb
commit f45c711dc0
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -3311,7 +3311,7 @@ the passwords on KDE work spaces.")
(define-public kxmlgui
(package
(name "kxmlgui")
(version "5.108.0")
(version "5.114.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -3320,7 +3320,7 @@ the passwords on KDE work spaces.")
name "-" version ".tar.xz"))
(sha256
(base32
"0v6nzq86wvbalbqq3dp47vymp31ws098c8dq0g43f6g7q3xjfxa1"))))
"0gvjf32ssc0r0bdpb1912ldsr5rjls8vrscwy5gm9g5gw504hmmr"))))
(build-system cmake-build-system)
(propagated-inputs
(list kconfig kconfigwidgets))