Commit be7dc7d2 authored by Ivan Mincik's avatar Ivan Mincik
Browse files

python3Packages.pyqt5-sip: 12.15.0 -> 12.16.1

Also, change `fetchPypi.pname` to lowercase to fix package download
(see: https://github.com/NixOS/nixpkgs/issues/369009).
parent 33bf9ada
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,12 +7,12 @@

buildPythonPackage rec {
  pname = "pyqt5-sip";
  version = "12.15.0";
  version = "12.16.1";

  src = fetchPypi {
    pname = "PyQt5_sip";
    pname = "pyqt5_sip";
    inherit version;
    hash = "sha256-0j/fzzY7XO3Z05+KnFcQ59UoBPWwiljpHGOLNur8twI=";
    hash = "sha256-jIMfi2GYEaMjadcjOfqlCuU6lj9f36TXH4RcY+lnMSU=";
  };

  # There is no test code and the check phase fails with: