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

python3Packages.aiohomeconnect: 0.22.0 -> 0.23.0 (#456370)

parents 70fc6916 e0379629
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

buildPythonPackage rec {
  pname = "aiohomeconnect";
  version = "0.22.0";
  version = "0.23.0";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "MartinHjelmare";
    repo = "aiohomeconnect";
    tag = "v${version}";
    hash = "sha256-gLyEb4bFSmnl6PVQ+MYhVcSQ77p5w1yi2MaH1u4uoqI=";
    hash = "sha256-W3m5LMrCLIawleAVQ32SspzkhSdArYvnSyWC1EfEnYI=";
  };

  build-system = [ setuptools ];