python310Packages.Keras 0 -> 1 attrpath: python310Packages.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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nr0dd1cmbri76hd8asbly75cgg81zmcm-packages.json.drv building '/nix/store/nr0dd1cmbri76hd8asbly75cgg81zmcm-packages.json.drv'... Going to be running update for following packages: - python3.10-keras-2.10.0 Press Enter key to continue... Running update for: - python3.10-keras-2.10.0: UPDATING ... - python3.10-keras-2.10.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/keras/default.nix b/pkgs/development/python-modules/keras/default.nix index 32f4ad3a599..788308c92d3 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 = "2.10.0"; + version = "2.11.0"; format = "wheel"; src = fetchPypi { inherit format pname version; - sha256 = "sha256-JqbiwlIudGjd6iJxCpmzKQSTdo/AijnnXRFzoONFL98="; + sha256 = "sha256-OMb/8OqaiwaicXc2VlySpzyM2bHCOecSXMsYi3hI9l4="; }; checkInputs = [ No auto update branch exists Old version 2.10.0" not present in staging derivation file with contents: { lib, buildPythonPackage, fetchPypi , pytest, pytest-cov, pytest-xdist , six, numpy, scipy, pyyaml, h5py , keras-applications, keras-preprocessing }: buildPythonPackage rec { pname = "keras"; version = "2.11.0"; format = "wheel"; src = fetchPypi { inherit format pname version; sha256 = "sha256-OMb/8OqaiwaicXc2VlySpzyM2bHCOecSXMsYi3hI9l4="; }; checkInputs = [ pytest pytest-cov pytest-xdist ]; propagatedBuildInputs = [ six pyyaml numpy scipy h5py keras-applications keras-preprocessing ]; # Couldn't get tests working doCheck = false; meta = with lib; { description = "Deep Learning library for Theano and TensorFlow"; homepage = "https://keras.io"; license = licenses.mit; maintainers = with maintainers; [ NikolaMandic ]; }; }