python312Packages.pyixapi 0.2.1 -> 0.2.3 https://github.com/peering-manager/pyixapi/releases attrpath: python312Packages.pyixapi 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/ickphy7n3gzwkvs919a98rbb7pmzs62n-packages.json.drv building '/nix/store/ickphy7n3gzwkvs919a98rbb7pmzs62n-packages.json.drv'... Going to be running update for following packages: - python3.12-pyixapi-0.2.1 Press Enter key to continue... Running update for: - python3.12-pyixapi-0.2.1: UPDATING ... - python3.12-pyixapi-0.2.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyixapi/default.nix b/pkgs/development/python-modules/pyixapi/default.nix index ce5a265ba263..868fb5b30fad 100644 --- a/pkgs/development/python-modules/pyixapi/default.nix +++ b/pkgs/development/python-modules/pyixapi/default.nix @@ -8,12 +8,12 @@ buildPythonPackage rec { pname = "pyixapi"; - version = "0.2.1"; + version = "0.2.3"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-c5a8Ldbzgh8gXuCDYbKk9zR6AoiBF3Y/VQvGlSwXpR4="; + hash = "sha256-qkgPBIYv9xzGa29RiPAU3zNhcyutTUX1Vkmpd9YdeJU="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.2.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , poetry-core , requests , pyjwt }: buildPythonPackage rec { pname = "pyixapi"; version = "0.2.3"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-qkgPBIYv9xzGa29RiPAU3zNhcyutTUX1Vkmpd9YdeJU="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ requests pyjwt ]; pythonImportsCheck = [ "pyixapi" ]; meta = with lib; { homepage = "https://github.com/peering-manager/pyixapi/"; changelog = "https://github.com/peering-manager/pyixapi/releases/tag/${version}"; description = "Python API client library for IX-API"; license = licenses.asl20; maintainers = teams.wdz.members; }; }