python: Keras_Preprocessing: 1.1.0 -> 1.1.2

This commit is contained in:
Frederik Rietdijk 2020-06-05 19:44:35 +02:00
parent 1ee5d6a79e
commit dee2496606

View file

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