From 7c34499413512841803772d451dfbaaae81faea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 3 Apr 2026 18:43:36 -0700 Subject: [PATCH] python3Packages.aioimmich: 0.12.1 -> 0.13.0 Diff: https://github.com/mib1185/aioimmich/compare/v0.12.1...v0.13.0 Changelog: https://github.com/mib1185/aioimmich/releases/tag/v0.13.0 --- pkgs/development/python-modules/aioimmich/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/aioimmich/default.nix b/pkgs/development/python-modules/aioimmich/default.nix index 42eff42600d1..df85901cf930 100644 --- a/pkgs/development/python-modules/aioimmich/default.nix +++ b/pkgs/development/python-modules/aioimmich/default.nix @@ -14,19 +14,19 @@ buildPythonPackage rec { pname = "aioimmich"; - version = "0.12.1"; + version = "0.13.0"; pyproject = true; src = fetchFromGitHub { owner = "mib1185"; repo = "aioimmich"; tag = "v${version}"; - hash = "sha256-bmBVIy96qEhLltz8weA1pwr27MlHoETe/YVfM7sLGWw="; + hash = "sha256-N7cn/kcyBmiaAhOIxGtLPGxQbPolhhhbSNUzHnpb7QM="; }; postPatch = '' substituteInPlace pyproject.toml \ - --replace-fail setuptools==82.0.0 setuptools + --replace-fail setuptools==82.0.1 setuptools ''; build-system = [ setuptools ];