gnu: python-pyqt: Update to 5.8.2.

* gnu/packages/qt.scm (python-pyqt): Update to 5.8.2.
This commit is contained in:
Marius Bakke 2017-05-19 21:20:15 +02:00
parent f6da41b54d
commit 5ac3a671d8
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1212,7 +1212,7 @@ (define-public python2-sip
(define-public python-pyqt
(package
(name "python-pyqt")
(version "5.7")
(version "5.8.2")
(source
(origin
(method url-fetch)
@ -1222,7 +1222,7 @@ (define-public python-pyqt
version ".tar.gz"))
(sha256
(base32
"01avscn1bir0h8zzfh1jvpljgwg6qkax5nk142xrm63rbyx969l9"))
"1s1nalcspam9dc7f63jkqn1i2sv9lrqn57p2zsc61g8bncahbmzb"))
(patches (search-patches "pyqt-configure.patch"))))
(build-system gnu-build-system)
(native-inputs