Unverified Commit ce87e6d1 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.aioimmich: 0.12.0 -> 0.12.1 (#504759)

parents 8aefb7bc 8bd829dd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,19 +14,19 @@

buildPythonPackage rec {
  pname = "aioimmich";
  version = "0.12.0";
  version = "0.12.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "mib1185";
    repo = "aioimmich";
    tag = "v${version}";
    hash = "sha256-ieGjdccvk97jWKP9bnE+KCkOocNJSWEOqCPxoXv5oOs=";
    hash = "sha256-bmBVIy96qEhLltz8weA1pwr27MlHoETe/YVfM7sLGWw=";
  };

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace-fail setuptools==80.10.2 setuptools
      --replace-fail setuptools==82.0.0 setuptools
  '';

  build-system = [ setuptools ];