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

python312Packages.ring-doorbell: 0.9.8 -> 0.9.9 (#354649)

parents 58626b76 87cabcd9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@

buildPythonPackage rec {
  pname = "ring-doorbell";
  version = "0.9.8";
  version = "0.9.9";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "ring_doorbell";
    inherit version;
    hash = "sha256-3OSD+L6+mZkkm0OU09hAFyEAxJZ3YA1+lRm2DjQ7Dl0=";
    hash = "sha256-BxddSIADkXNbsAohWtAv93x685vCTj9FyKfwSUemY+I=";
  };

  pythonRelaxDeps = [ "requests-oauthlib" ];