Unverified Commit 630a3b9e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #322159 from r-ryantm/auto-update/python311Packages.plugwise

python311Packages.plugwise: 0.37.4.1 -> 0.38.3
parents efdfa300 4be161f8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@

buildPythonPackage rec {
  pname = "plugwise";
  version = "0.37.4.1";
  version = "0.38.3";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
    owner = "plugwise";
    repo = "python-plugwise";
    rev = "refs/tags/v${version}";
    hash = "sha256-4B/rnwrkeridIgMD8gUVYXYVbrmQhQqDOa8Ot1ae/Ls=";
    hash = "sha256-DFHKycFWtR8moLyGaiDVqnrlg+ydgR8/UVgkUpzqAuY=";
  };

  postPatch = ''