Merge pull request #60748 from r-ryantm/auto-update/python3.7-traits

python37Packages.traits: 5.0.0 -> 5.1.1
This commit is contained in:
Mario Rodas 2019-05-07 23:41:33 -05:00 committed by GitHub
commit d7672eee03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "traits";
version = "5.0.0";
version = "5.1.1";
src = fetchPypi {
inherit pname version;
sha256 = "8369117036fbbe00dbd40e1a01c8775b52bdbfa11db5788168e7c8c56663bac0";
sha256 = "0lwmqgkjihqkf269xmdqsa302p378zjcpz01k9a98br7ngzrsj64";
};
# Use pytest because its easier to discover tests