mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
515aca8c26
commit
33167cf94f
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue