pythonPackages.keras-preprocessing: 1.0.9 -> 1.1.0

This commit is contained in:
Jonathan Ringer 2019-10-17 15:40:18 -07:00 committed by Frederik Rietdijk
parent 3f2af8219b
commit debf4f9e13

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "Keras_Preprocessing";
version = "1.0.9";
version = "1.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "5e3700117981c2db762e512ed6586638124fac5842170701628088a11aeb51ac";
sha256 = "1r98nm4k1svsqjyaqkfk23i31bl1kcfcyp7094yyj3c43phfp3as";
};
propagatedBuildInputs = [