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:
parent
061e241c75
commit
4127c0690a
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue