me
/
guix
Archived
1
0
Fork 0

gnu: kplotting: Update to 6.4.0.

* gnu/packages/kde-frameworks.scm (kplotting): Update to 6.4.0.

Change-Id: I6276372537881b502c297eee364055f3d9d3ae2f
master
Zheng Junjie 2024-07-20 00:24:46 +08:00
parent 33c111b032
commit fbd30763d0
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -1398,7 +1398,7 @@ to flat and hierarchical lists.")
(define-public kplotting
(package
(name "kplotting")
(version "6.3.0")
(version "6.4.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -1407,7 +1407,7 @@ to flat and hierarchical lists.")
name "-" version ".tar.xz"))
(sha256
(base32
"08cmp86h7pwjsds2kdcnnab8nincnmp72irk9y9ansqfglsgmrzq"))))
"0xzwf4dfhkl2f5gahlgvfijl0big8nffrq0l3mxgjj27h467g72g"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules qttools))