We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63c1544 + 8fc3c08 commit 964984aCopy full SHA for 964984a
1 file changed
pkgs/development/python-modules/keras/default.nix
@@ -36,14 +36,14 @@
36
37
buildPythonPackage rec {
38
pname = "keras";
39
- version = "3.12.0";
+ version = "3.12.1";
40
pyproject = true;
41
42
src = fetchFromGitHub {
43
owner = "keras-team";
44
repo = "keras";
45
tag = "v${version}";
46
- hash = "sha256-xuCxeQD8NAn7zlqCG+GyFjL6NlnIkGie+4GxzLGsyUg=";
+ hash = "sha256-Nd7v3Xa4ceYygpMetDbDm0/efzF9HZCtAmRpi2szZZs=";
47
};
48
49
# Use a raw string to prevent LaTeX codes from being interpreted as escape sequences.
0 commit comments