python3Packages.aioimmich: 0.9.0 -> 0.9.1

This commit is contained in:
R. Ryantm 2025-06-09 01:18:52 +00:00
parent edc7c67ab7
commit 2c0310577e

View file

@ -13,14 +13,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "aioimmich"; pname = "aioimmich";
version = "0.9.0"; version = "0.9.1";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mib1185"; owner = "mib1185";
repo = "aioimmich"; repo = "aioimmich";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-s2W/Z/psCLvd7zMsaaYi3ZIcEuuRSpyRSvUUfIPe8a4="; hash = "sha256-bEbWvDNcKH/9Mtr3fZMk7+Qa41suSUpVAGAsnCmzGaY=";
}; };
postPatch = '' postPatch = ''