python311Packages.pyrate-limiter 0 -> 1 attrpath: python311Packages.pyrate-limiter 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/v1r4c3675aw3nsm5l9g79mi0bzpfqdhf-packages.json.drv building '/nix/store/v1r4c3675aw3nsm5l9g79mi0bzpfqdhf-packages.json.drv'... Going to be running update for following packages: - python3.11-pyrate-limiter-2.10.0 Press Enter key to continue... Running update for: - python3.11-pyrate-limiter-2.10.0: UPDATING ... - python3.11-pyrate-limiter-2.10.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyrate-limiter/default.nix b/pkgs/development/python-modules/pyrate-limiter/default.nix index 3aa0d42e2d50..54e057bf93f1 100644 --- a/pkgs/development/python-modules/pyrate-limiter/default.nix +++ b/pkgs/development/python-modules/pyrate-limiter/default.nix @@ -6,14 +6,14 @@ buildPythonPackage rec { pname = "pyrate-limiter"; - version = "2.10.0"; + version = "3.5.1"; format = "pyproject"; src = fetchFromGitHub { owner = "vutran1710"; repo = "PyrateLimiter"; - rev = "v${version}"; - hash = "sha256-CPusPeyTS+QyWiMHsU0ii9ZxPuizsqv0wQy3uicrDw0="; + rev = "refs/tags/v${version}"; + hash = "sha256-1cSsGrcaWE6eNpcrCEk1CQWxlWNuD7p9PAgryEcUj/4="; }; nativeBuildInputs = [ An auto update branch exists with message `python311Packages.pyrate-limiter: 2.10.0 -> 3.2.1`. New version is 3.5.1. The auto update branch does not match or exceed the new version. Old version 2.10.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , poetry-core }: buildPythonPackage rec { pname = "pyrate-limiter"; version = "3.2.1"; format = "pyproject"; src = fetchFromGitHub { owner = "vutran1710"; repo = "PyrateLimiter"; rev = "refs/tags/v${version}"; hash = "sha256-EBgeLBIyiveY9GTdwl93bX9JOCffREU4W8C0fx7zXeE="; }; nativeBuildInputs = [ poetry-core ]; pythonImportsCheck = [ "pyrate_limiter" ]; meta = with lib; { description = "Python Rate-Limiter using Leaky-Bucket Algorimth Family"; homepage = "https://github.com/vutran1710/PyrateLimiter"; changelog = "https://github.com/vutran1710/PyrateLimiter/blob/${src.rev}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ kranzes ]; }; }