gnu: kplotting: Update to 5.114.0.

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

Change-Id: Ida6140065925b3dffcb3022f7283fc68a90625eb
This commit is contained in:
Maxim Cournoyer 2024-01-18 11:33:13 -05:00
parent 45e1f842ed
commit 9b3e689926
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1027,7 +1027,7 @@ (define-public kitemviews
(define-public kplotting
(package
(name "kplotting")
(version "5.108.0")
(version "5.114.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -1036,7 +1036,7 @@ (define-public kplotting
name "-" version ".tar.xz"))
(sha256
(base32
"1rnkwxxms2raqswgwm0i4xgjqpzkz7wl2kbdra2gqscfz7a23s4p"))))
"17x58pplln0plqiyhjpzdiqxngylxq5gkc5gk7b91xzm783x2k0n"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules qttools-5))