iyzsong pushed a commit to branch kde-updates
in repository guix.
commit 6b5b567a1c5c12790f47c18d62c38e4c733be420
Author: Zheng Junjie <[email protected]>
AuthorDate: Wed Jul 12 13:04:38 2023 +0800
gnu: kplotting: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (kplotting): 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 d3bc05ff8c..4ad9c7dd58 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -996,7 +996,7 @@ to flat and hierarchical lists.")
(define-public kplotting
(package
(name "kplotting")
- (version "5.98.0")
+ (version "5.108.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1005,7 +1005,7 @@ to flat and hierarchical lists.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0hnzyl1x6acv1psdgsa9prpvnm12j71x6w6wbs1b0fl9bv5zw222"))))
+ "1rnkwxxms2raqswgwm0i4xgjqpzkz7wl2kbdra2gqscfz7a23s4p"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules qttools-5))