Unverified Commit 2b71be0f authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #232875 from fabaff/plugwise-bump

python311Packages.plugwise: 0.31.3 -> 0.31.4
parents 7c5942f9 6d8b918d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

buildPythonPackage rec {
  pname = "plugwise";
  version = "0.31.3";
  version = "0.31.4";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
    owner = pname;
    repo = "python-plugwise";
    rev = "refs/tags/v${version}";
    hash = "sha256-/J61J9r6nhY10aerhZ1+RK9hohV0NYiAve+06ubI8p8=";
    hash = "sha256-8DcURUJgngmBE6oPquSAHCsL1J2HAqvbtBcrqfrauHk=";
  };

  propagatedBuildInputs = [