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