gnu: qtconnectivity: Update to 6.9.2.

* gnu/packages/qt.scm (qtconnectivity): Update to 6.9.2.

Change-Id: I84acf3005141ba231be58eaee0701f45faa956d6
This commit is contained in:
Zheng Junjie 2025-07-21 23:26:16 +08:00 committed by Maxim Cournoyer
parent 515aca8c26
commit 33167cf94f
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1852,13 +1852,13 @@ with Bluetooth and NFC.")))
(define-public qtconnectivity
(package
(name "qtconnectivity")
(version "6.8.2")
(version "6.9.2")
(source (origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
"0al1a86q0cd1xrs1f7wsk3cjq74yvrvw3wk4c3ynkhsa107145z6"))))
"0qq4d8hn6s8bb9r2gglb6gzq6isbb13knqh7n2s2wsnx8rqwdzwa"))))
(build-system cmake-build-system)
(native-inputs
(list perl pkg-config qtdeclarative))