python310Packages.rethinkdb 0 -> 1 attrpath: python310Packages.rethinkdb 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] Going to be running update for following packages: - python3.10-rethinkdb-2.4.9 Press Enter key to continue... Running update for: - python3.10-rethinkdb-2.4.9: UPDATING ... - python3.10-rethinkdb-2.4.9: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/rethinkdb/default.nix b/pkgs/development/python-modules/rethinkdb/default.nix index 889c729950e0..2f323c754d82 100644 --- a/pkgs/development/python-modules/rethinkdb/default.nix +++ b/pkgs/development/python-modules/rethinkdb/default.nix @@ -7,12 +7,12 @@ buildPythonPackage rec { pname = "rethinkdb"; - version = "2.4.9"; + version = "2.4.10.post1"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-dV8I9xdTWlXAUSj2vmwoJI+pr/JningWqrh+H59YFcE="; + hash = "sha256-NjTgPuE91jf9cZa4BHS/RMZNProd0GnqkrlJJnAqYL0="; }; propagatedBuildInputs = [ six setuptools ]; No auto update branch exists Old version 2.4.9" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , looseversion , six , setuptools }: buildPythonPackage rec { pname = "rethinkdb"; version = "2.4.10"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-Vez3RH3BH+wOLOmqxLpMC1f9xcnFfXfuZz1Z0kXHRmY="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ looseversion six ]; doCheck = false; pythonImportsCheck = [ "rethinkdb" ]; meta = with lib; { description = "Python driver library for the RethinkDB database server"; homepage = "https://github.com/RethinkDB/rethinkdb-python"; license = licenses.asl20; }; }