python3Packages.aioimmich: 0.15.0 -> 0.15.1

This commit is contained in:
R. Ryantm
2026-06-28 08:38:16 +00:00
parent 1ad90b3893
commit d8f7d8ae69
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "aioimmich";
version = "0.15.0";
version = "0.15.1";
pyproject = true;
src = fetchFromGitHub {
owner = "mib1185";
repo = "aioimmich";
tag = "v${version}";
hash = "sha256-lsxN4gl1t7za/0ac6fXZysEeXSQtNAvQCMN/eqRvWoQ=";
hash = "sha256-2WdQnK25vrBtNKzkgpSaWcdkrfEggtBhe3DI7DuMS8k=";
};
postPatch = ''