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

python312Packages.plugwise: 1.3.1 -> 1.4.0 (#342108)

parents 06a47438 7e7813b8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "plugwise";
  version = "1.3.1";
  version = "1.4.0";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "plugwise";
    repo = "python-plugwise";
    rev = "refs/tags/v${version}";
    hash = "sha256-lwg+iyYRW1eFjMxBDQf6MFXlLbo81jGRpQSh3rUqGKY=";
    hash = "sha256-CVgcqyg5DDtEJxE/oen5MJP+mV4B+Sq0uopEZTOCfV0=";
  };

  postPatch = ''