Unverified Commit c43ff36e authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python312Packages.aiowebostv: 0.4.1 -> 0.4.2

parent 76c9d136
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "aiowebostv";
  version = "0.4.1";
  version = "0.4.2";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "home-assistant-libs";
    repo = "aiowebostv";
    rev = "refs/tags/v${version}";
    hash = "sha256-pjHm+oCwbiD2dtkl30yATIVP85R72xEk/cmA+a5b05c=";
    hash = "sha256-RrSEl/U6UzPoE2151opDe0QRmj6M6wAtsQyF4/dd8ek=";
  };

  nativeBuildInputs = [ setuptools ];