iyzsong pushed a commit to branch kde-updates
in repository guix.
commit ea04ea814f717cbfc58ebf2f90c73111abd1b190
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jul 14 00:35:10 2023 +0800
gnu: kde-frameworkintegration: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (kde-frameworkintegration): Update to
5.108.0.
Signed-off-by: 宋文武 <[email protected]>
---
gnu/packages/kde-frameworks.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 30e7964b09..15df985943 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3453,7 +3453,7 @@ need.")
(define-public kde-frameworkintegration
(package
(name "kde-frameworkintegration")
- (version "5.98.0")
+ (version "5.108.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3462,7 +3462,7 @@ need.")
"frameworkintegration-" version ".tar.xz"))
(sha256
(base32
- "1mrangjj8lhm4njpkhqna2zwnidkd9crs23gj6kdlwzmiknypi6q"))))
+ "09zba76xihqs2dpwm4gh7p36nj876ssa2gah55vl362wsj7xgf21"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))