mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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:
parent
45e1f842ed
commit
9b3e689926
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue