Commit 8f286a63 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.pyicloud: 2.2.0 -> 2.3.0

https://github.com/timlaing/pyicloud/releases/tag/2.3.0

This commit was automatically generated using update-python-libraries.
parent 60eb6ad8
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -20,16 +20,21 @@

buildPythonPackage rec {
  pname = "pyicloud";
  version = "2.2.0";
  version = "2.3.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "timlaing";
    repo = "pyicloud";
    tag = version;
    hash = "sha256-Lkabmeh+D+nv30DyVRTQhnoyEt6cp2003uGn/GyOrHs=";
    hash = "sha256-sejOJOzgZD531U5tHMoTwDH0ZkAi0sZ/nPp7uQDIZvU=";
  };

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace-fail "setuptools >= 77.0,< 80.10" setuptools
  '';

  build-system = [
    setuptools
    setuptools-scm