python37Packages.Keras: 2.2.4 -> 2.3.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-keras/versions
This commit is contained in:
R. RyanTM 2019-09-28 05:07:08 -07:00
parent c455adcc42
commit 49ae78dd2a

View File

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "Keras";
version = "2.2.4";
version = "2.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "90b610a3dbbf6d257b20a079eba3fdf2eed2158f64066a7c6f7227023fd60bc9";
sha256 = "0m5kj6jd1jkxv3npr2s6bczp5m592iryl9ysl5gbil0wszqyrmm0";
};
checkInputs = [