Commit 82befbfa authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.aioairzone: refactor

parent 154f625c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@
buildPythonPackage rec {
  pname = "aioairzone";
  version = "0.7.4";
  format = "pyproject";
  pyproject = true;

  disabled = pythonOlder "3.11";

  src = fetchFromGitHub {
    owner = "Noltari";
    repo = pname;
    repo = "aioairzone";
    rev = "refs/tags/${version}";
    hash = "sha256-yIkP0eWyEJAZc2tJbwTvlU5b2pDta4SatmsTMPsSDt8=";
  };