gnu: qtwebsockets: Update to 5.6.1-1.

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

View file

@ -569,7 +569,7 @@ (define-public qtconnectivity
(define-public qtwebsockets (define-public qtwebsockets
(package (inherit qtsvg) (package (inherit qtsvg)
(name "qtwebsockets") (name "qtwebsockets")
(version "5.6.1") (version "5.6.1-1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://download.qt.io/official_releases/qt/" (uri (string-append "https://download.qt.io/official_releases/qt/"
@ -578,7 +578,7 @@ (define-public qtwebsockets
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0fkj52i4yi6gmq4jfjgdij08cspxspac6mbpf0fknnllimmkl7jm")))) "1fz0x8570zxc00a22skd848svma3p2g3xyxj14jq10559jihqqil"))))
(native-inputs (native-inputs
`(("perl" ,perl) `(("perl" ,perl)
("qtdeclarative" ,qtdeclarative))) ("qtdeclarative" ,qtdeclarative)))