python: traits: 6.1.0 -> 6.1.1
This commit is contained in:
parent
acef0610f3
commit
ee1729be22
@ -9,12 +9,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "traits";
|
||||
version = "6.1.0";
|
||||
version = "6.1.1";
|
||||
disabled = isPy27; # setup.py no longer py3 compat
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "97fca523374ae85e3d8fd78af9a9f488aee5e88e8b842e1cfd6d637a6f310fac";
|
||||
sha256 = "807da52ee0d4fc1241c8f8a04d274a28d4b23d3a5f942152497d19405482d04f";
|
||||
};
|
||||
|
||||
# Use pytest because its easier to discover tests
|
||||
|
Loading…
Reference in New Issue
Block a user