apteryx pushed a commit to branch staging
in repository guix.
commit bc50099e72aefaa8257ad88c83391ba68d3ed676
Author: Maxim Cournoyer <[email protected]>
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