Skip to content

Commit

Permalink
python310Packages.plugwise: 0.25.4 -> 0.25.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Nov 5, 2022
1 parent ae496a6 commit 3b7410f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/plugwise/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

buildPythonPackage rec {
pname = "plugwise";
version = "0.25.4";
version = "0.25.6";
format = "setuptools";

disabled = pythonOlder "3.7";
Expand All @@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python-plugwise";
rev = "refs/tags/v${version}";
sha256 = "sha256-avriroWSgBn80PzGEuvp/5yad9Q4onSxWLaLlpXDReo=";
sha256 = "sha256-n7+cEJC/RIbA4e5b19HncFOhzWhUZ8etxYsiER7zd8E=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 3b7410f

Please sign in to comment.