Commit be20fdc7 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.plugwise: 0.27.0 -> 0.27.1

parent 24486b71
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

buildPythonPackage rec {
  pname = "plugwise";
  version = "0.27.0";
  version = "0.27.1";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
    owner = pname;
    repo = "python-plugwise";
    rev = "refs/tags/v${version}";
    sha256 = "sha256-W6aLpm3Z0JQIZcqDu9wH2RFuXfzl0Px61zfIuhm92pk=";
    sha256 = "sha256-56KJQBYaQK08o9W6ZLWHCLCVPCLHh5Q+GTZqTTexn90=";
  };

  propagatedBuildInputs = [