python310Packages.pypiserver 0 -> 1 attrpath: python310Packages.pypiserver 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/vjzzkgpgz5m2xz8kpxzzjj4c2s53xj36-packages.json.drv building '/nix/store/vjzzkgpgz5m2xz8kpxzzjj4c2s53xj36-packages.json.drv'... Going to be running update for following packages: - python3.10-pypiserver-1.5.1 Press Enter key to continue... Running update for: - python3.10-pypiserver-1.5.1: UPDATING ... - python3.10-pypiserver-1.5.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pypiserver/default.nix b/pkgs/development/python-modules/pypiserver/default.nix index 74ddf37e236d..6e2c02274159 100644 --- a/pkgs/development/python-modules/pypiserver/default.nix +++ b/pkgs/development/python-modules/pypiserver/default.nix @@ -11,13 +11,13 @@ buildPythonPackage rec { pname = "pypiserver"; - version = "1.5.1"; + version = "1.5.2"; src = fetchFromGitHub { owner = pname; repo = pname; - rev = "v${version}"; - hash = "sha256-1tV3pVEC5sIjT0tjbujU7l41Jx7PQ1dCn4B1r94C9xE="; + rev = "refs/tags/v${version}"; + hash = "sha256-jub+iVL/YeGaG9Vzqyyfc4qFi0cR+7xrzuXNHL5W4p4="; }; nativeBuildInputs = [ setuptools-git ]; An auto update branch exists with message `python310Packages.pypiserver: add changelog to meta`. New version is 1.5.2. The auto update branch does not match or exceed the new version. There might already be an open PR for this update: - python310Packages.pypiserver: 1.5.1 -> 1.5.2 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/247898"