pyqt: 5.15.1 -> 5.15.2

This keeps the PyQt5 version in sync with the Qt release. While it is
apparently not strictly required it is probably not the worst idea to do
this.
wip/yesman
Andreas Rammhold 4 years ago committed by Milan
parent ab8dffab29
commit 0ea05f401f
  1. 4
      pkgs/development/python-modules/pyqt/5.x.nix

@ -30,12 +30,12 @@ let
in buildPythonPackage rec {
pname = "PyQt5";
version = "5.15.1";
version = "5.15.2";
format = "other";
src = pythonPackages.fetchPypi {
inherit pname version;
sha256 = "18grs2p698ihjgi8agksv6sajakciywyr29ihslqvl260a2np9yr";
sha256 = "1z74295i69cha52llsqffzhb5zz7qnbjc64h8qg21l91jgf0harp";
};
outputs = [ "out" "dev" ];

Loading…
Cancel
Save