Martin Weinelt
2025-07-04 00:27:14 +02:00
parent 4559a0181b
commit 61ea925961
@@ -1,4 +1,5 @@
{
aiofiles,
aiohttp,
aioresponses,
buildPythonPackage,
@@ -13,14 +14,14 @@
buildPythonPackage rec {
pname = "aioimmich";
version = "0.9.1";
version = "0.10.1";
pyproject = true;
src = fetchFromGitHub {
owner = "mib1185";
repo = "aioimmich";
tag = "v${version}";
hash = "sha256-bEbWvDNcKH/9Mtr3fZMk7+Qa41suSUpVAGAsnCmzGaY=";
hash = "sha256-+8AMa4TS2yzUoieRao+i8nfxXtbaKGx9cG/lgpKl3TM=";
};
postPatch = ''
@@ -31,6 +32,7 @@ buildPythonPackage rec {
build-system = [ setuptools ];
dependencies = [
aiofiles
aiohttp
mashumaro
];