gnu: kde-frameworkintegration: Update to 5.114.0.

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

Change-Id: I8faea27c4f5f5cede485f709ce4c7d50204ec7ff
This commit is contained in:
Maxim Cournoyer 2024-01-18 11:33:32 -05:00
parent 061e241c75
commit 4127c0690a
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -3581,7 +3581,7 @@ (define-public ktextaddons
(define-public kde-frameworkintegration
(package
(name "kde-frameworkintegration")
(version "5.108.0")
(version "5.114.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -3590,7 +3590,7 @@ (define-public kde-frameworkintegration
"frameworkintegration-" version ".tar.xz"))
(sha256
(base32
"09zba76xihqs2dpwm4gh7p36nj876ssa2gah55vl362wsj7xgf21"))))
"1dqgzhhh8gnvl8jsvh2i6pjn935d61avh63b4z9kpllhvp9a2lnd"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))