gnu: qtconnectivity: Update to 5.6.1-1.

* gnu/packages/qt.scm (qtconnectivity): Update to 5.6.1-1.
This commit is contained in:
Efraim Flashner 2016-06-26 17:53:13 +03:00
parent f3a3210cfd
commit 4254b206b4
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -548,7 +548,7 @@ (define-public qtdeclarative
(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 @@ (define-public qtconnectivity
version ".tar.xz"))
(sha256
(base32
"06fr9321f52kf0nda9zjjfzp5694hbnx0y0v315iw28mnpvandas"))))
"0sr6sxp0q45pacs25knr28139xdrphcjgrwlksdhdpsryfw19mzi"))))
(native-inputs
`(("perl" ,perl)
("pkg-config" ,pkg-config)