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

Merge pull request #173000 from r-ryantm/auto-update/python3.10-plugwise

python310Packages.plugwise: 0.18.2 -> 0.18.3
parents be9ac301 094c2cfa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

buildPythonPackage rec {
  pname = "plugwise";
  version = "0.18.2";
  version = "0.18.3";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = pname;
    repo = "python-plugwise";
    rev = "refs/tags/v${version}";
    sha256 = "sha256-l97GF5dZlwps2mhw84A+8IBmTmvnaJ/5MeWYdeAu4Zw=";
    sha256 = "sha256-aNlPOgUChLFkPPZtb3o4A49uoSBjxKaq3WtuupHlmi8=";
  };

  propagatedBuildInputs = [