Skip to content

Commit

Permalink
Merge pull request #137410 from fabaff/bump-growattserver
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Sep 11, 2021
2 parents 8bf70d5 + 023d0ce commit 6bbea21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/growattserver/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

buildPythonPackage rec {
pname = "growattserver";
version = "1.0.2";
version = "1.1.0";
disabled = pythonOlder "3.6";

src = fetchFromGitHub {
owner = "indykoning";
repo = "PyPi_GrowattServer";
rev = version;
sha256 = "sha256-0i7pMJ4gAVOkvj2uYZJygr3rehgIAfyxq9cWbozwRIQ=";
sha256 = "sha256-Vooy+czqhrsWVw35zJb5paC5G0WwOlI5hF8PXxJG0cY=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 6bbea21

Please sign in to comment.