python311Packages.apipkg 3.0.1 -> 3.0.2 https://repology.org/project/python:apipkg/versions attrpath: python311Packages.apipkg 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/7gaxbkivks55jmfnvbckr88kqvlpdaqi-packages.json.drv building '/nix/store/7gaxbkivks55jmfnvbckr88kqvlpdaqi-packages.json.drv'... Going to be running update for following packages: - python3.11-apipkg-3.0.1 Press Enter key to continue... Running update for: - python3.11-apipkg-3.0.1: UPDATING ... - python3.11-apipkg-3.0.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/apipkg/default.nix b/pkgs/development/python-modules/apipkg/default.nix index efea1e3302f4..0edddd68be32 100644 --- a/pkgs/development/python-modules/apipkg/default.nix +++ b/pkgs/development/python-modules/apipkg/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "apipkg"; - version = "3.0.1"; + version = "3.0.2"; format = "pyproject"; src = fetchFromGitHub { owner = "pytest-dev"; repo = pname; - rev = "v${version}"; - hash = "sha256-gf84SzfuKLGYfI88IzPRJCqMZWwowUR10FgIbwXjwuY="; + rev = "refs/tags/v${version}"; + hash = "sha256-ANLD7fUMKN3RmAVjVkcpwUH6U9ASalXdwKtPpoC8Urs="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; No auto update branch exists There might already be an open PR for this update: - python311Packages.apipkg: 3.0.1 -> 3.0.2 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/258416"