From 7f2b417917170a604e2b38efc2a4e9cbecfc61c8 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 10 Jul 2025 14:03:23 +0200 Subject: [PATCH] python313Packages.aioimmich: 0.10.1 -> 0.10.2 Diff: https://github.com/mib1185/aioimmich/compare/refs/tags/v0.10.1...refs/tags/v0.10.2 Changelog: https://github.com/mib1185/aioimmich/releases/tag/v0.10.2 --- pkgs/development/python-modules/aioimmich/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aioimmich/default.nix b/pkgs/development/python-modules/aioimmich/default.nix index 00416f261e4b..2f7330e737bc 100644 --- a/pkgs/development/python-modules/aioimmich/default.nix +++ b/pkgs/development/python-modules/aioimmich/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "aioimmich"; - version = "0.10.1"; + version = "0.10.2"; pyproject = true; src = fetchFromGitHub { owner = "mib1185"; repo = "aioimmich"; tag = "v${version}"; - hash = "sha256-+8AMa4TS2yzUoieRao+i8nfxXtbaKGx9cG/lgpKl3TM="; + hash = "sha256-+k696FDr8LoJr90SfCNzjhwxC3776IN3kRLqdtPk/LI="; }; postPatch = ''