[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
46/51: gnu: qtcharts: Update to 5.15.8.
From: |
guix-commits |
Subject: |
46/51: gnu: qtcharts: Update to 5.15.8. |
Date: |
Tue, 28 Mar 2023 20:20:24 -0400 (EDT) |
apteryx pushed a commit to branch staging
in repository guix.
commit 508c050caa90e5cb192090b175f046bbc69cea6a
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Mar 27 16:09:54 2023 -0400
gnu: qtcharts: Update to 5.15.8.
* gnu/packages/qt.scm (qtcharts): Update to 5.15.8.
[arguments]: Use gexps.
---
gnu/packages/qt.scm | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 3be9d60861..90cc44cf2d 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2197,26 +2197,26 @@ information and perform area based monitoring.")
purchasing goods and services.")))
(define-public qtcharts
- (package (inherit qtsvg-5)
+ (package
+ (inherit qtsvg-5)
(name "qtcharts")
- (version "5.15.5")
+ (version "5.15.8")
(source (origin
- (method url-fetch)
- (uri (qt-urls name version))
- (sha256
- (base32
- "0y051i1837bfybkf8cm7cx8k5wjmbi47pxawaaz6wm0hd2z5b4qi"))))
+ (method url-fetch)
+ (uri (qt-urls name version))
+ (sha256
+ (base32
+ "1q11ank69l9qw3iks2svr0g2g6pzng9v8p87dpsmjs988f4ysmll"))))
(arguments
(substitute-keyword-arguments (package-arguments qtsvg-5)
((#:phases phases)
- `(modify-phases ,phases
- (add-after 'unpack 'remove-failing-test
- (lambda _
- (substitute* "tests/auto/auto.pro"
- (("qml") "# qml")
- (("qml-qtquicktest") "# qml-qtquicktest"))))))))
- (inputs
- (list qtbase-5 qtdeclarative-5))
+ #~(modify-phases #$phases
+ (add-after 'unpack 'remove-failing-test
+ (lambda _
+ (substitute* "tests/auto/auto.pro"
+ (("qml") "# qml")
+ (("qml-qtquicktest") "# qml-qtquicktest"))))))))
+ (inputs (list qtbase-5 qtdeclarative-5))
(synopsis "Qt Charts module")
(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
- 15/51: gnu: pjproject: Update to 2.13., (continued)
- 15/51: gnu: pjproject: Update to 2.13., guix-commits, 2023/03/28
- 21/51: gnu: qt3d-5: Update to 5.15.8., guix-commits, 2023/03/28
- 24/51: gnu: qtx11extras: Update to 5.15.8., guix-commits, 2023/03/28
- 26/51: gnu: qtdeclarative-5: Update to 5.15.8., guix-commits, 2023/03/28
- 27/51: gnu: qtconnectivity: Update to 5.15.8., guix-commits, 2023/03/28
- 29/51: gnu: qtsensors: Update to 5.15.8., guix-commits, 2023/03/28
- 36/51: gnu: qtwebview: Update to 5.15.8., guix-commits, 2023/03/28
- 42/51: gnu: qtgraphicaleffects: Update to 5.15.8., guix-commits, 2023/03/28
- 43/51: gnu: qtgamepad: Update to 5.15.8., guix-commits, 2023/03/28
- 45/51: gnu: qtpurchasing: Update to 5.15.8., guix-commits, 2023/03/28
- 46/51: gnu: qtcharts: Update to 5.15.8.,
guix-commits <=
- 47/51: gnu: qtdatavis3d: Update to 5.15.8., guix-commits, 2023/03/28
- 49/51: gnu: qtremoteobjects: Update to 6.3.2., guix-commits, 2023/03/28