Unverified Commit 918a840f authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.reolink-aio: 0.10.4 -> 0.11.0b1 (#354910)

parents f5c93dd4 b1d0a1aa
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.10.4";
  version = "0.11.0b1";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "starkillerOG";
    repo = "reolink_aio";
    rev = "refs/tags/${version}";
    hash = "sha256-7dRwZKthEAtVvOsKUXgkCE5zwUtcJgSJZiaHXJwZ+9w=";
    hash = "sha256-kLrdhwIUdmZh08I7XOHT2ciiVn8JE9lcfVcMJf05bkk=";
  };

  build-system = [ setuptools ];