mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: qtconnectivity: Update to 5.15.10.
* gnu/packages/qt.scm (qtconnectivity): Update to 5.15.10.
This commit is contained in:
parent
7e6fe04d61
commit
9258710c1e
1 changed files with 2 additions and 2 deletions
|
@ -1477,13 +1477,13 @@ (define-public qtconnectivity
|
|||
(package
|
||||
(inherit qtsvg-5)
|
||||
(name "qtconnectivity")
|
||||
(version "5.15.8")
|
||||
(version "5.15.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1j6qgkg77ycwcjxnhh38i9np1z8pjsqrzvfk3zsyq07f6k563fnc"))))
|
||||
"1sdrw67djfr8qi5wx3qhg8asq2c6f3v3mal3sms7dp7a2l1irnrz"))))
|
||||
(native-inputs
|
||||
(list perl pkg-config qtdeclarative-5))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue