Skip to content

Commit

Permalink
python: qtconsole: 4.7.2 -> 4.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Apr 21, 2020
1 parent 5e98032 commit 5cd2dac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/qtconsole/default.nix
Expand Up @@ -14,11 +14,11 @@

buildPythonPackage rec {
pname = "qtconsole";
version = "4.7.2";
version = "4.7.3";

src = fetchPypi {
inherit pname version;
sha256 = "d7834598825169fc322390fdfd96bf791833ded21bf22803f083662edbbf3d75";
sha256 = "8f5ae5571f0e921db9f2d12613ed667c350ee22c7db598d9bbbe143e8533f932";
};

checkInputs = [ nose ] ++ lib.optionals isPy27 [mock];
Expand Down

0 comments on commit 5cd2dac

Please sign in to comment.