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

python3Packages.pyswitchbot: 0.71.0 -> 0.72.0 (#455329)

parents 4cf06d0b dc2d44c2
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@
  cryptography,
  fetchFromGitHub,
  pyopenssl,
  pythonOlder,
  pytest-asyncio,
  pytestCheckHook,
  requests,
@@ -16,16 +15,14 @@

buildPythonPackage rec {
  pname = "pyswitchbot";
  version = "0.71.0";
  version = "0.72.0";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchFromGitHub {
    owner = "Danielhiversen";
    repo = "pySwitchbot";
    tag = version;
    hash = "sha256-MFWeU3KaCtEEvsNuSlLrWxZTYgER+/A6nF2yCvmGgTk=";
    hash = "sha256-ouvsAZe3HeaSMdCdia+ttliKMxqNtps/TbHBkri/iaw=";
  };

  build-system = [ setuptools ];