python3Packages.keras: 3.14.0 -> 3.14.1

Diff: https://github.com/keras-team/keras/compare/v3.14.0...v3.14.1

Changelog: https://github.com/keras-team/keras/releases/tag/v3.14.1
This commit is contained in:
Gaetan Lepage
2026-05-11 23:36:20 +00:00
parent 4f016d72eb
commit 50162d94bb
@@ -37,14 +37,15 @@
buildPythonPackage (finalAttrs: {
pname = "keras";
version = "3.14.0";
version = "3.14.1";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "keras-team";
repo = "keras";
tag = "v${finalAttrs.version}";
hash = "sha256-EMwqo+0mIwjDY3wKW4idiAczSSPIGjTRNIYlqPDwd+w=";
hash = "sha256-BaSD21mj7rPV53qFCOxGjGMm+rVzmfCooqcLcvQZa1U=";
};
build-system = [