Skip to content

Commit 964984a

Browse files
authored
[release-25.11] python3Packages.keras: 3.12.0 -> 3.12.1 (#490689)
2 parents 63c1544 + 8fc3c08 commit 964984a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/keras/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636

3737
buildPythonPackage rec {
3838
pname = "keras";
39-
version = "3.12.0";
39+
version = "3.12.1";
4040
pyproject = true;
4141

4242
src = fetchFromGitHub {
4343
owner = "keras-team";
4444
repo = "keras";
4545
tag = "v${version}";
46-
hash = "sha256-xuCxeQD8NAn7zlqCG+GyFjL6NlnIkGie+4GxzLGsyUg=";
46+
hash = "sha256-Nd7v3Xa4ceYygpMetDbDm0/efzF9HZCtAmRpi2szZZs=";
4747
};
4848

4949
# Use a raw string to prevent LaTeX codes from being interpreted as escape sequences.

0 commit comments

Comments
 (0)