python310Packages.pony 0.7.16 -> 0.7.17 https://repology.org/project/python:pony/versions attrpath: python310Packages.pony 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/45k9wsr0w4v9dlk4axv1kdhaaxi6anv8-packages.json.drv building '/nix/store/45k9wsr0w4v9dlk4axv1kdhaaxi6anv8-packages.json.drv'... Going to be running update for following packages: - python3.10-pony-0.7.16 Press Enter key to continue... Running update for: - python3.10-pony-0.7.16: UPDATING ... - python3.10-pony-0.7.16: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pony/default.nix b/pkgs/development/python-modules/pony/default.nix index 46cef2597522..1e9b7dff5ecf 100644 --- a/pkgs/development/python-modules/pony/default.nix +++ b/pkgs/development/python-modules/pony/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "pony"; - version = "0.7.16"; + version = "0.7.17"; format = "setuptools"; disabled = pythonOlder "3.7" || pythonAtLeast "3.11"; @@ -16,8 +16,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "ponyorm"; repo = pname; - rev = "v${version}"; - hash = "sha256-yATIsX2nKsW5DBwg9/LznQqf+XPY3q46WZut18Sr0v0="; + rev = "refs/tags/v${version}"; + hash = "sha256-wBqw+YHKlxYplgsYL1pbkusHyPfCaVPcH/Yku6WDYbE="; }; nativeCheckInputs = [ An auto update branch exists with message `python310Packages.pony: update disabledTests`. New version is 0.7.17. The auto update branch does not match or exceed the new version. There might already be an open PR for this update: - python310Packages.pony: 0.7.16 -> 0.7.17 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/258142"