[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/51: gnu: qtconnectivity: Update to 5.15.8.
From: |
guix-commits |
Subject: |
27/51: gnu: qtconnectivity: Update to 5.15.8. |
Date: |
Tue, 28 Mar 2023 20:20:22 -0400 (EDT) |
apteryx pushed a commit to branch staging
in repository guix.
commit bc50099e72aefaa8257ad88c83391ba68d3ed676
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Mar 27 16:09:48 2023 -0400
gnu: qtconnectivity: Update to 5.15.8.
* gnu/packages/qt.scm (qtconnectivity): Update to 5.15.8.
---
gnu/packages/qt.scm | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 6de6bbe599..9fc0119440 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1359,15 +1359,16 @@ integrate QML code with JavaScript and C++.")
(license (package-license qtbase))))
(define-public qtconnectivity
- (package (inherit qtsvg-5)
+ (package
+ (inherit qtsvg-5)
(name "qtconnectivity")
- (version "5.15.5")
+ (version "5.15.8")
(source (origin
- (method url-fetch)
- (uri (qt-urls name version))
- (sha256
- (base32
- "0b2dnxw1rjbp1srhgns148cwl99f50mx29588dal3avv0f73s597"))))
+ (method url-fetch)
+ (uri (qt-urls name version))
+ (sha256
+ (base32
+ "1j6qgkg77ycwcjxnhh38i9np1z8pjsqrzvfk3zsyq07f6k563fnc"))))
(native-inputs
(list perl pkg-config qtdeclarative-5))
(inputs
- 37/51: gnu: qtlocation: Update to 5.15.5., (continued)
- 37/51: gnu: qtlocation: Update to 5.15.5., guix-commits, 2023/03/28
- 39/51: gnu: qtscript: Update to 5.15.8., guix-commits, 2023/03/28
- 41/51: gnu: qtquickcontrols2-5: Update to 5.15.8., guix-commits, 2023/03/28
- 44/51: gnu: qtscxml: Update to 5.15.8., guix-commits, 2023/03/28
- 08/51: gnu: gst-libav: Update to 1.22.1., guix-commits, 2023/03/28
- 12/51: gnu: ffmpeg-5: Rename variable to ffmpeg., guix-commits, 2023/03/28
- 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 <=
- 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, 2023/03/28
- 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