gnu: kde-frameworkintegration: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (kde-frameworkintegration): Update to 5.108.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>master
parent
7f300c37de
commit
ea04ea814f
|
@ -3453,7 +3453,7 @@ need.")
|
||||||
(define-public kde-frameworkintegration
|
(define-public kde-frameworkintegration
|
||||||
(package
|
(package
|
||||||
(name "kde-frameworkintegration")
|
(name "kde-frameworkintegration")
|
||||||
(version "5.98.0")
|
(version "5.108.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -3462,7 +3462,7 @@ need.")
|
||||||
"frameworkintegration-" version ".tar.xz"))
|
"frameworkintegration-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mrangjj8lhm4njpkhqna2zwnidkd9crs23gj6kdlwzmiknypi6q"))))
|
"09zba76xihqs2dpwm4gh7p36nj876ssa2gah55vl362wsj7xgf21"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules pkg-config))
|
(list extra-cmake-modules pkg-config))
|
||||||
|
|
Reference in New Issue