python311Packages.Keras 0 -> 1 attrpath: python311Packages.Keras Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b5mqybv5j5s76h0qpw3mkn6r5hi879hw-packages.json.drv building '/nix/store/b5mqybv5j5s76h0qpw3mkn6r5hi879hw-packages.json.drv'... Going to be running update for following packages: - python3.11-keras-3.0.0 Press Enter key to continue... Running update for: - python3.11-keras-3.0.0: UPDATING ... - python3.11-keras-3.0.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/keras/default.nix b/pkgs/development/python-modules/keras/default.nix index b91925b574e6..ea078f46d837 100644 --- a/pkgs/development/python-modules/keras/default.nix +++ b/pkgs/development/python-modules/keras/default.nix @@ -6,12 +6,12 @@ buildPythonPackage rec { pname = "keras"; - version = "3.0.0"; + version = "3.0.4"; format = "wheel"; src = fetchPypi { inherit format pname version; - hash = "sha256-/z8++iqlzBNLHYuFaTqrMlWLHZyGBjChP1iTTm0ckI0="; + hash = "sha256-V5E45mfZxl1eMN9HAXXyxtOfldwwjJ2CWVeodUWZOfk="; python = "py3"; dist = "py3"; }; No auto update branch exists There might already be an open PR for this update: - python311Packages.keras: 3.0.0 -> 3.0.4 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/281128"