aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-08-13 14:54:50 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-08-20 11:50:49 +0800
commit9328af3fb4c9c0a1e7387fb40d7f353ffc1da87e (patch)
tree3ecde9801195041ee2126cbba046e910e0682112
parent90b216c78cfcb07ffb53f1b1b02bd30c22a009c2 (diff)
downloadguix-9328af3fb4c9c0a1e7387fb40d7f353ffc1da87e.tar.gz
guix-9328af3fb4c9c0a1e7387fb40d7f353ffc1da87e.zip
gnu: kplotting: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (kplotting): Update to 6.5.0. Change-Id: Id6c5e3b04ab439a9f8ca1c9d0d2f40ef2495cf9e
-rw-r--r--gnu/packages/kde-frameworks.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 185d8902cd..1ac360ba7d 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1398,7 +1398,7 @@ to flat and hierarchical lists.")
(define-public kplotting
(package
(name "kplotting")
- (version "6.4.0")
+ (version "6.5.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1407,7 +1407,7 @@ to flat and hierarchical lists.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0xzwf4dfhkl2f5gahlgvfijl0big8nffrq0l3mxgjj27h467g72g"))))
+ "0hyrh3sw6znl79xxhqw7jqgyhh1b59aq7lmhkpagl0i0sk29f5h2"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules qttools))