python27Packages.deap: 1.3.0 -> 1.3.1

This commit is contained in:
R. RyanTM 2020-01-27 21:02:19 +00:00
parent 4311cfa157
commit da75d85571
1 changed files with 2 additions and 2 deletions

View File

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