mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: qtcharts: Update to 5.15.10.
* gnu/packages/qt.scm (qtcharts): Update to 5.15.10. [description]: Double single space.
This commit is contained in:
parent
284df7eae0
commit
397ea21db2
1 changed files with 5 additions and 5 deletions
|
@ -2335,13 +2335,13 @@ (define-public qtcharts
|
||||||
(package
|
(package
|
||||||
(inherit qtsvg-5)
|
(inherit qtsvg-5)
|
||||||
(name "qtcharts")
|
(name "qtcharts")
|
||||||
(version "5.15.8")
|
(version "5.15.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-url name version))
|
(uri (qt-url name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q11ank69l9qw3iks2svr0g2g6pzng9v8p87dpsmjs988f4ysmll"))))
|
"0ax1qab1ibibk2bbwmlmsni7j4y821jzvcvrr63iz6pcw94vwx6h"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||||
((#:phases phases)
|
((#:phases phases)
|
||||||
|
@ -2355,9 +2355,9 @@ (define-public qtcharts
|
||||||
(synopsis "Qt Charts module")
|
(synopsis "Qt Charts module")
|
||||||
(description "The Qt Charts module provides a set of easy to use chart
|
(description "The Qt Charts module provides a set of easy to use chart
|
||||||
components. It uses the Qt Graphics View Framework, therefore charts can be
|
components. It uses the Qt Graphics View Framework, therefore charts can be
|
||||||
easily integrated to modern user interfaces. Qt Charts can be used as QWidgets,
|
easily integrated to modern user interfaces. Qt Charts can be used as
|
||||||
QGraphicsWidget, or QML types. Users can easily create impressive graphs by
|
QWidgets, QGraphicsWidget, or QML types. Users can easily create impressive
|
||||||
selecting one of the charts themes.")
|
graphs by selecting one of the charts themes.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public qtdatavis3d
|
(define-public qtdatavis3d
|
||||||
|
|
Loading…
Reference in a new issue