diff options
-rw-r--r-- | gnu/packages/qt.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index ae19140f74..b72925ae4f 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1506,7 +1506,7 @@ module provides support functions to the automatically generated code.") (define-public python-pyqt (package (name "python-pyqt") - (version "5.8.2") + (version "5.9") (source (origin (method url-fetch) @@ -1516,7 +1516,7 @@ module provides support functions to the automatically generated code.") version ".tar.gz")) (sha256 (base32 - "1s1nalcspam9dc7f63jkqn1i2sv9lrqn57p2zsc61g8bncahbmzb")) + "15hh4z5vd45dcswjla58q6rrfr6ic7jfz2n7c8lwfb10rycpj3mb")) (patches (search-patches "pyqt-configure.patch")))) (build-system gnu-build-system) (native-inputs |