python3Packages.pyqt5-sip: 12.15.0 -> 12.17.0 (#389540)

Changed files
+3 -3
pkgs
development
python-modules
pyqt
+3 -3
pkgs/development/python-modules/pyqt/sip.nix
···
buildPythonPackage rec {
pname = "pyqt5-sip";
-
version = "12.15.0";
src = fetchPypi {
-
pname = "PyQt5_sip";
inherit version;
-
hash = "sha256-0j/fzzY7XO3Z05+KnFcQ59UoBPWwiljpHGOLNur8twI=";
};
# There is no test code and the check phase fails with:
···
buildPythonPackage rec {
pname = "pyqt5-sip";
+
version = "12.17.0";
src = fetchPypi {
+
pname = "pyqt5_sip";
inherit version;
+
hash = "sha256-aC2tzb0iOa+f3AwGKOJ3a4IOEovsiLSbjWkv5oL5C08=";
};
# There is no test code and the check phase fails with: