python3Packages.aioimmich: 0.12.0 -> 0.12.1

Diff: https://github.com/mib1185/aioimmich/compare/v0.12.0...v0.12.1

Changelog: https://github.com/mib1185/aioimmich/releases/tag/v0.12.1
This commit is contained in:
Robert Schütz
2026-03-29 10:29:30 -07:00
parent c05e7209d0
commit 8bd829ddfa
@@ -14,19 +14,19 @@
buildPythonPackage rec {
pname = "aioimmich";
version = "0.12.0";
version = "0.12.1";
pyproject = true;
src = fetchFromGitHub {
owner = "mib1185";
repo = "aioimmich";
tag = "v${version}";
hash = "sha256-ieGjdccvk97jWKP9bnE+KCkOocNJSWEOqCPxoXv5oOs=";
hash = "sha256-bmBVIy96qEhLltz8weA1pwr27MlHoETe/YVfM7sLGWw=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail setuptools==80.10.2 setuptools
--replace-fail setuptools==82.0.0 setuptools
'';
build-system = [ setuptools ];