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

python3Packages.pyezvizapi: 1.0.1.7 -> 1.0.2.4 (#445725)

parents eec36e6a cbd871e8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "pyezvizapi";
  version = "1.0.1.7";
  version = "1.0.2.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "RenierM26";
    repo = "pyEzvizApi";
    tag = version;
    hash = "sha256-bcgy8NBW+AQDYHYo+E+7studQK6/6UgjkT75URyzSi0=";
    hash = "sha256-kfaOP/VKY4ZzmipY9REXtbVSCOD6U+/eBhDntfGrsQA=";
  };

  build-system = [ setuptools ];