python3Packages.aioimmich: 0.9.0 -> 0.9.1 (#415158)

This commit is contained in:
dotlambda 2025-06-08 18:47:27 -07:00 committed by GitHub
commit e9761a0d66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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