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

python3Packages.plugwise: 1.7.4 -> 1.7.6 (#420553)

parents 868c0e5f 690e42f1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "plugwise";
  version = "1.7.4";
  version = "1.7.6";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "plugwise";
    repo = "python-plugwise";
    tag = "v${version}";
    hash = "sha256-0Xfy1HKaVraEjhB6CS6V+EkU5gmKr6SQse+p7l1x8d8=";
    hash = "sha256-x3UiEO2dduMHpDkMZAdpUBNR9VStM7qInEXxZeHqeTM=";
  };

  postPatch = ''