gnu: qtconnectivity: Update to 5.6.1-1.
* gnu/packages/qt.scm (qtconnectivity): Update to 5.6.1-1.
This commit is contained in:
parent
f3a3210cfd
commit
4254b206b4
|
@ -548,7 +548,7 @@ developers using C++ or QML, a CSS & JavaScript like language.")
|
|||
(define-public qtconnectivity
|
||||
(package (inherit qtsvg)
|
||||
(name "qtconnectivity")
|
||||
(version "5.6.1")
|
||||
(version "5.6.1-1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.qt.io/official_releases/qt/"
|
||||
|
@ -557,7 +557,7 @@ developers using C++ or QML, a CSS & JavaScript like language.")
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"06fr9321f52kf0nda9zjjfzp5694hbnx0y0v315iw28mnpvandas"))))
|
||||
"0sr6sxp0q45pacs25knr28139xdrphcjgrwlksdhdpsryfw19mzi"))))
|
||||
(native-inputs
|
||||
`(("perl" ,perl)
|
||||
("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in New Issue