gnu: qtlocation: Update to 5.6.1-1.

* gnu/packages/qt.scm (qtlocation): Update to 5.6.1-1.
This commit is contained in:
Efraim Flashner 2016-06-26 17:59:28 +03:00
parent a2a256562f
commit 677b98ae68
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -697,7 +697,7 @@ (define-public qtwebchannel
(define-public qtlocation
(package (inherit qtsvg)
(name "qtlocation")
(version "5.6.1")
(version "5.6.1-1")
(source (origin
(method url-fetch)
(uri (string-append "https://download.qt.io/official_releases/qt/"
@ -706,7 +706,7 @@ (define-public qtlocation
version ".tar.xz"))
(sha256
(base32
"0qahs7a2n3l4h0bl8bnwci9mzy1vra3zncnzr40csic9ys67ddfk"))))
"0my4pbcxa58yzvdh65l5qx99ln03chjr5c3ml5v37wfk7nx23k69"))))
(native-inputs
`(("perl" ,perl)
("qtdeclarative" ,qtdeclarative)