mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -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
|
(define-public kplotting
|
||||||
(package
|
(package
|
||||||
(name "kplotting")
|
(name "kplotting")
|
||||||
(version "5.108.0")
|
(version "5.114.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1036,7 +1036,7 @@ (define-public kplotting
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rnkwxxms2raqswgwm0i4xgjqpzkz7wl2kbdra2gqscfz7a23s4p"))))
|
"17x58pplln0plqiyhjpzdiqxngylxq5gkc5gk7b91xzm783x2k0n"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools-5))
|
(list extra-cmake-modules qttools-5))
|
||||||
|
|
Loading…
Reference in a new issue