diff --git a/pkgs/development/python-modules/aioimmich/default.nix b/pkgs/development/python-modules/aioimmich/default.nix index 4f7cafd03ee8..df535eb7737b 100644 --- a/pkgs/development/python-modules/aioimmich/default.nix +++ b/pkgs/development/python-modules/aioimmich/default.nix @@ -14,19 +14,19 @@ buildPythonPackage rec { pname = "aioimmich"; - version = "0.11.1"; + version = "0.12.0"; pyproject = true; src = fetchFromGitHub { owner = "mib1185"; repo = "aioimmich"; tag = "v${version}"; - hash = "sha256-f/zTgaLqR0WRhi7ea2djfHbI3/qz2p5lArsKNLz/Y1s="; + hash = "sha256-ieGjdccvk97jWKP9bnE+KCkOocNJSWEOqCPxoXv5oOs="; }; postPatch = '' substituteInPlace pyproject.toml \ - --replace-fail setuptools==80.9.0 setuptools + --replace-fail setuptools==80.10.2 setuptools ''; build-system = [ setuptools ];