mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: kquickcharts: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (kquickcharts): Update to 5.114.0. Change-Id: Iae68c653b95d4a6ddf6b3027eb83bd87120ad41c
This commit is contained in:
parent
5c9183ba49
commit
a7c099661c
1 changed files with 2 additions and 2 deletions
|
@ -188,7 +188,7 @@ (define-public extra-cmake-modules
|
|||
(define-public kquickcharts
|
||||
(package
|
||||
(name "kquickcharts")
|
||||
(version "5.108.0")
|
||||
(version "5.114.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/frameworks/"
|
||||
|
@ -196,7 +196,7 @@ (define-public kquickcharts
|
|||
"/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1wdmgala480qjipzpq9v85vy1i3n0qgria0rgn26ibhm2wmvmrpw"))))
|
||||
"1f91x92qdzxp31z7ixx9jn41hq9f3w9hjia94pab9vsnaz8prbd1"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:phases #~(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue