python310Packages.backoff 0 -> 1 attrpath: python310Packages.backoff 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/skhbm0zr39jgw03378by2gc2jqhi7al7-packages.json.drv building '/nix/store/skhbm0zr39jgw03378by2gc2jqhi7al7-packages.json.drv'... Going to be running update for following packages: - python3.10-backoff-2.1.2 Press Enter key to continue... Running update for: - python3.10-backoff-2.1.2: UPDATING ... - python3.10-backoff-2.1.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/backoff/default.nix b/pkgs/development/python-modules/backoff/default.nix index e62533f491c..fb71d65d5bb 100644 --- a/pkgs/development/python-modules/backoff/default.nix +++ b/pkgs/development/python-modules/backoff/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "backoff"; - version = "2.1.2"; + version = "2.2.1"; format = "pyproject"; src = fetchFromGitHub { owner = "litl"; repo = pname; rev = "refs/tags/v${version}"; - sha256 = "sha256-eKd1g3UxXlpSlNlik80RKXRaw4mZyvAWl3i2GNuZ3hI="; + sha256 = "sha256-g8bYGJ6Kw6y3BUnuoP1IAye5CL0geH5l7pTb3xxq7jI="; }; nativeBuildInputs = [ No auto update branch exists Old version 2.1.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , poetry-core , pytestCheckHook , pytest-asyncio , responses }: buildPythonPackage rec { pname = "backoff"; version = "2.2.1"; format = "pyproject"; src = fetchFromGitHub { owner = "litl"; repo = pname; rev = "refs/tags/v${version}"; sha256 = "sha256-g8bYGJ6Kw6y3BUnuoP1IAye5CL0geH5l7pTb3xxq7jI="; }; nativeBuildInputs = [ poetry-core ]; checkInputs = [ pytest-asyncio pytestCheckHook responses ]; pythonImportsCheck = [ "backoff" ]; meta = with lib; { description = "Function decoration for backoff and retry"; homepage = "https://github.com/litl/backoff"; license = licenses.mit; maintainers = with maintainers; [ chkno ]; }; }