Unverified Commit 00f3f914 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #312235 from fabaff/plugwise-bump

python312Packages.plugwise: 0.37.3 -> 0.37.5
parents 80df000f 1415ca0d
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.3";
  version = "0.37.5";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
    owner = "plugwise";
    repo = "python-plugwise";
    rev = "refs/tags/v${version}";
    hash = "sha256-aQz0p+DNi1XVoFwdFjc3RjpHqA2kGf4pU1QS6m271gU=";
    hash = "sha256-37GnuF8Z2UC02TqP6f14qxct5QCWi+8k7KUDhd7EYRQ=";
  };

  postPatch = ''