Unverified Commit 2a03bc23 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #292755 from fabaff/hahomematic-bump

python311Packages.hahomematic: 2024.2.4 -> 2024.3.0
parents bf393f9d 3cb444a4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "hahomematic";
  version = "2024.2.4";
  version = "2024.3.0";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    owner = "danielperna84";
    repo = "hahomematic";
    rev = "refs/tags/${version}";
    hash = "sha256-p1LUF57wH8zWCwPo4pYeOGRBEYCNUv8CnYBGNYzKCgE=";
    hash = "sha256-zSGzdj51StlLMmFZzprQUn6Ry9ahJPUq/Z9hVlKn8oA=";
  };

  __darwinAllowLocalNetworking = true;