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

python37Packages.traits: 5.1.1 -> 5.1.2
This commit is contained in:
Mario Rodas 2019-08-05 19:39:14 -05:00 committed by GitHub
commit f5e29d4fa5
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.1.1";
version = "5.1.2";
src = fetchPypi {
inherit pname version;
sha256 = "0lwmqgkjihqkf269xmdqsa302p378zjcpz01k9a98br7ngzrsj64";
sha256 = "0a17qmpw0z9h7ybh5yxrghvkcf2q90vgxzbnv1n4i0fxhi7mjy3s";
};
# Use pytest because its easier to discover tests