3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-pyqt: Update to 5.7.

* gnu/packages/qt.scm (python-pyqt): Update to 5.7.
This commit is contained in:
Efraim Flashner 2016-12-13 15:11:25 +02:00
parent e5a12fba82
commit 1d0814670c
Signed by untrusted user: efraim
GPG key ID: F4C1D3917EACEE93

View file

@ -975,7 +975,7 @@ module provides support functions to the automatically generated code.")
(define-public python-pyqt
(package
(name "python-pyqt")
(version "5.6")
(version "5.7")
(source
(origin
(method url-fetch)
@ -985,7 +985,7 @@ module provides support functions to the automatically generated code.")
version ".tar.gz"))
(sha256
(base32
"1qgh42zsr9jppl9k7fcdbhxcd1wrb7wyaj9lng9nxfa19in1lj1f"))
"01avscn1bir0h8zzfh1jvpljgwg6qkax5nk142xrm63rbyx969l9"))
(patches (search-patches "pyqt-configure.patch"))))
(build-system gnu-build-system)
(native-inputs