Unverified Commit 561a1079 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #268166 from fabaff/plugwise-bump

python311Packages.plugwise: 0.34.5 -> 0.35.1
parents f94bf13a 3996f441
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

buildPythonPackage rec {
  pname = "plugwise";
  version = "0.34.5";
  version = "0.35.1";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = pname;
    repo = "python-plugwise";
    rev = "refs/tags/v${version}";
    hash = "sha256-Lg8oNFb0nc6T8E0fksv2w/bkHB/7PPXipMDGC0i8Kc0=";
    hash = "sha256-eHJQXLiuWmJo/Eo4B8gEo44rwpPA7ASjxKSmdu6Tv9M=";
  };

  propagatedBuildInputs = [