diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-08-13 14:54:58 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-08-20 11:50:54 +0800 |
commit | 789675278a84ec9cb87d3ae021810ba46f3f589b (patch) | |
tree | b0aeae67250830114585b180c0a5902a0e6c0e68 | |
parent | e0676aad077c101477ce77d5952c7982f10d1607 (diff) | |
download | guix-789675278a84ec9cb87d3ae021810ba46f3f589b.tar guix-789675278a84ec9cb87d3ae021810ba46f3f589b.tar.gz |
gnu: kde-frameworkintegration: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (kde-frameworkintegration): Update to 6.5.0.
Change-Id: I775514114a97da92c85fe3f3bf91fa516ef158e8
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 03c0a55dcf..52335e81d9 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -5288,7 +5288,7 @@ applications.") (define-public kde-frameworkintegration (package (name "kde-frameworkintegration") - (version "6.4.0") + (version "6.5.0") (source (origin (method url-fetch) (uri (string-append @@ -5297,7 +5297,7 @@ applications.") "frameworkintegration-" version ".tar.xz")) (sha256 (base32 - "0wggk50wcx23ahl95hxwlpv2zn1hbyg30v4gv9g7hj9f79fd30j6")))) + "1x0d3bhp8ak7fw6db3n6cjhx6xz0izl5h880r62jqbb05rs5ayy5")))) (build-system cmake-build-system) (native-inputs (list extra-cmake-modules pkg-config)) |