Unverified Commit 5c1c000a authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.reolink-aio: 0.13.2 -> 0.13.3 (#405876)

parents 675f0a5b e4bae9b0
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.13.2";
  version = "0.13.3";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "starkillerOG";
    repo = "reolink_aio";
    tag = version;
    hash = "sha256-khO8mu2aWBU9TiorKkMd1e54r5C7ovv6eWyJ61dzOJw=";
    hash = "sha256-VOVVUDcjSn8BkXEIRJKHiPkDoFE+4w2iI/uNkY7I8Yg=";
  };

  build-system = [ setuptools ];