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

python3Packages.kasa-crypt: 0.6.3 -> 1.1.0 (#449348)

parents fc961d27 03a23227
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -7,21 +7,18 @@
  pytestCheckHook,
  pytest-cov-stub,
  setuptools,
  pythonOlder,
}:

buildPythonPackage rec {
  pname = "kasa-crypt";
  version = "0.6.3";
  version = "1.1.0";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchFromGitHub {
    owner = "bdraco";
    repo = "kasa-crypt";
    tag = "v${version}";
    hash = "sha256-PQycv0JHXKIEzuKVnXoyuU/BfKG19r3eDE4rYDiYYaY=";
    hash = "sha256-rSRLrlV3QLatI2G8sd2jDwd6U8k4MrJil62ki1kNEMc=";
  };

  build-system = [