Unverified Commit fde7c7bf authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.google-nest-sdm: 7.1.5 -> 9.1.0 (#461642)

parents f512a590 615de702
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@
  pytest-aiohttp,
  pytest-asyncio,
  pytestCheckHook,
  pythonOlder,
  pyyaml,
  requests-oauthlib,
  setuptools,
@@ -19,16 +18,14 @@

buildPythonPackage rec {
  pname = "google-nest-sdm";
  version = "7.1.5";
  version = "9.1.0";
  pyproject = true;

  disabled = pythonOlder "3.11";

  src = fetchFromGitHub {
    owner = "allenporter";
    repo = "python-google-nest-sdm";
    tag = version;
    hash = "sha256-YpXpQnfRp5Kvr3fNAnlwsZwJdXuES7KXOykt+YK5Wz4=";
    hash = "sha256-BvyflbmtgLSRaAc465bN+5AcPwum0UBsSAWzwvelwIk=";
  };

  build-system = [ setuptools ];