Loading pkgs/development/python-modules/aioimmich/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -14,19 +14,19 @@ buildPythonPackage rec { pname = "aioimmich"; version = "0.12.1"; version = "0.13.0"; pyproject = true; src = fetchFromGitHub { owner = "mib1185"; repo = "aioimmich"; tag = "v${version}"; hash = "sha256-bmBVIy96qEhLltz8weA1pwr27MlHoETe/YVfM7sLGWw="; hash = "sha256-N7cn/kcyBmiaAhOIxGtLPGxQbPolhhhbSNUzHnpb7QM="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail setuptools==82.0.0 setuptools --replace-fail setuptools==82.0.1 setuptools ''; build-system = [ setuptools ]; Loading Loading
pkgs/development/python-modules/aioimmich/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -14,19 +14,19 @@ buildPythonPackage rec { pname = "aioimmich"; version = "0.12.1"; version = "0.13.0"; pyproject = true; src = fetchFromGitHub { owner = "mib1185"; repo = "aioimmich"; tag = "v${version}"; hash = "sha256-bmBVIy96qEhLltz8weA1pwr27MlHoETe/YVfM7sLGWw="; hash = "sha256-N7cn/kcyBmiaAhOIxGtLPGxQbPolhhhbSNUzHnpb7QM="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail setuptools==82.0.0 setuptools --replace-fail setuptools==82.0.1 setuptools ''; build-system = [ setuptools ]; Loading