python312Packages.tf-keras: 2.18.0 -> 2.19.0

This commit is contained in:
Gaetan Lepage
2025-03-13 11:52:30 +01:00
parent a695a1f9e2
commit 2ca66e7fe9
@@ -18,13 +18,13 @@
buildPythonPackage rec {
pname = "tf-keras";
version = "2.18.0";
version = "2.19.0";
pyproject = true;
src = fetchPypi {
pname = "tf_keras";
inherit version;
hash = "sha256-6/dEUZsyKv6tMwhqKrqHIkVHMpSv/UCXNpTz63x6130=";
hash = "sha256-sJpAfYekVxzh6MqYXPxoSD49Y7JRil15qXrZLLZNvpw=";
};
build-system = [