mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: qtconnectivity: Update to 5.15.8.
* gnu/packages/qt.scm (qtconnectivity): Update to 5.15.8.
This commit is contained in:
parent
eb03caf7d7
commit
d212971661
1 changed files with 8 additions and 7 deletions
|
@ -1359,15 +1359,16 @@ (define-public qtdeclarative
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue