python: pyface: 6.1.2 -> 7.0.0
This commit is contained in:
parent
1228cea170
commit
f5f7dbb4e1
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyface";
|
pname = "pyface";
|
||||||
version = "6.1.2";
|
version = "7.0.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1g2g3za64rfffbivlihbf5njrqbv63ln62rv9d8fi1gcrgaw6akw";
|
sha256 = "9e00aba15de9c0e553dfcc7b346c3541c54f35054dd05b72a9e2343e340adf6f";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ setuptools six traits ];
|
propagatedBuildInputs = [ setuptools six traits ];
|
||||||
|
|
Loading…
Reference in a new issue