Unverified Commit a9290e34 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python313Packages.reolink-aio: 0.11.7 -> 0.11.8 (#378516)

parents 127f9ef7 41fd7cee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "reolink-aio";
  version = "0.11.7";
  version = "0.11.8";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "starkillerOG";
    repo = "reolink_aio";
    tag = version;
    hash = "sha256-Om43i4dAFubpWczdx9hiJblBOUeHBZLikic1f0qniL0=";
    hash = "sha256-G2Q/mstxjmou161ww3bXEmFuyoblfp8Dw3Kq+L7WVaE=";
  };

  build-system = [ setuptools ];