mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: qtcharts: Update to 6.9.2.
* gnu/packages/qt.scm (qtcharts): Update to 6.9.2. Change-Id: I3a741fac25309f40a8d2af3145e761be603651fb
This commit is contained in:
parent
00cb4128b6
commit
f7843fd7ed
1 changed files with 2 additions and 2 deletions
|
@ -2958,13 +2958,13 @@ graphs by selecting one of the charts themes.")
|
||||||
(define-public qtcharts
|
(define-public qtcharts
|
||||||
(package
|
(package
|
||||||
(name "qtcharts")
|
(name "qtcharts")
|
||||||
(version "6.8.2")
|
(version "6.9.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-url name version))
|
(uri (qt-url name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0py56kxmp766jp4vxxn91nclhg7sjgwzc3b1xa62yysx3bd88z7c"))))
|
"0jzzlh0jq5fidgs9r4aqpilyj0nan30r1d0pigp1hgz7cigz20cz"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue