Skip to content

Commit

Permalink
Merge pull request #199700 from fabaff/plugwise-bump
Browse files Browse the repository at this point in the history
python310Packages.plugwise: 0.25.4 -> 0.25.6
  • Loading branch information
fabaff authored Nov 5, 2022
2 parents 1812cc4 + 3b7410f commit 5f24d55
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 5f24d55

Please sign in to comment.