gnu: qtwayland: Update to 5.6.1-1.

* gnu/packages/qt.scm (qtwayland): Update to 5.6.1-1.
This commit is contained in:
Efraim Flashner 2016-06-26 17:56:53 +03:00
parent 99f6f56f4f
commit 66f26a35f1
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -629,7 +629,7 @@ developers using C++ or QML, a CSS & JavaScript like language.")
(define-public qtwayland
(package (inherit qtsvg)
(name "qtwayland")
(version "5.6.1")
(version "5.6.1-1")
(source (origin
(method url-fetch)
(uri (string-append "https://download.qt.io/official_releases/qt/"
@ -638,7 +638,7 @@ developers using C++ or QML, a CSS & JavaScript like language.")
version ".tar.xz"))
(sha256
(base32
"1jgghjfrg0wwyfzfwgwhagwxz9k936ylv3w2l9bwlpql8rgm8d11"))))
"1fnvgpi49ilds3ah9iizxj9qhhb5rnwqd9h03bhkwf0ydywv52c4"))))
(native-inputs
`(("glib" ,glib)
("perl" ,perl)