python: traitsui: 7.0.0 -> 7.0.1
This commit is contained in:
parent
ee1729be22
commit
29704a9ba8
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "traitsui";
|
||||
version = "7.0.0";
|
||||
version = "7.0.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "e569f359a58e4567b14265abe89b3de4b0f95bbbf8f491a9a7d45219628735ec";
|
||||
sha256 = "74fb4db848ac1343241fa4dc5d9bf3fab561f309826c602e8a3568309df91fe3";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ traits pyface six ];
|
||||
|
|
Loading…
Reference in a new issue