python3Packages.aioimmich: 0.9.1 -> 0.10.1
https://github.com/mib1185/aioimmich/releases/tag/v0.10.0 https://github.com/mib1185/aioimmich/releases/tag/v0.10.1
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user