mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kquickcharts: Update to 6.13.0.
* gnu/packages/kde-frameworks.scm (kquickcharts): Update to 6.13.0. Change-Id: I0e6f930b018f27fce5ea27bd103237d4cfbafdc3
This commit is contained in:
parent
ade25f8aab
commit
5f264d0b0f
1 changed files with 2 additions and 2 deletions
|
@ -197,7 +197,7 @@ common build settings used in software produced by the KDE community.")
|
|||
(define-public kquickcharts
|
||||
(package
|
||||
(name "kquickcharts")
|
||||
(version "6.10.0")
|
||||
(version "6.13.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/frameworks/"
|
||||
|
@ -205,7 +205,7 @@ common build settings used in software produced by the KDE community.")
|
|||
"/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"13sr67bvxvkc02gvz7fsavc63mi3hz0jz0n7g31bkaz73rxny0x2"))))
|
||||
"02za34rf623mzqlfvnq93xlfxbrdnbyrc6hrlnqlrx30ljapxq5w"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs (list extra-cmake-modules glslang pkg-config))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue