python3Packages.aioimmich: 0.16.1 -> 0.16.3 (#542461)

This commit is contained in:
dotlambda
2026-07-16 04:23:23 +00:00
committed by GitHub

View File

@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "aioimmich";
version = "0.16.1";
version = "0.16.3";
pyproject = true;
src = fetchFromGitHub {
owner = "mib1185";
repo = "aioimmich";
tag = "v${version}";
hash = "sha256-/Y4wSiaXpQXn0V+g56rL62fdE7SWl9L4sBeEL3nkGD8=";
hash = "sha256-Q79OpJWxspTjCdeUV8ymsXDfT2+kPiEfcaCGKWquOyY=";
};
postPatch = ''