Merge pull request #78633 from r-ryantm/auto-update/python2.7-deap

python27Packages.deap: 1.3.0 -> 1.3.1
This commit is contained in:
Mario Rodas 2020-01-27 20:14:28 -05:00 committed by GitHub
commit b750d60da3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "deap";
version = "1.3.0";
version = "1.3.1";
src = fetchPypi {
inherit pname version;
sha256 = "102r11pxb36xkq5bjv1lpkss77v278f5xdv6lvkbjdvqryydf3yd";
sha256 = "0bvshly83c4h5jhxaa97z192viczymz5fxp6vl8awjmmrs9l9x8i";
};
propagatedBuildInputs = [ numpy matplotlib ];