python3Packages.aioimmich: 0.16.1 -> 0.16.3

This commit is contained in:
R. Ryantm
2026-07-16 04:09:34 +00:00
parent 8288eae5a4
commit ffb6fb0a13
@@ -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 = ''