Skip to content

Commit

Permalink
Merge pull request #122878 from fabaff/bump-pyhaversion
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored May 14, 2021
2 parents 8e879b4 + f82a891 commit e3ecb60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyhaversion/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

buildPythonPackage rec {
pname = "pyhaversion";
version = "21.3.0";
version = "21.5.0";

# Only 3.8.0 and beyond are supported
disabled = pythonOlder "3.8";
Expand All @@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "ludeeus";
repo = pname;
rev = version;
sha256 = "sha256-2vW4BN5qwJZYQ8FU3bpSA2v1dX6TOhcHDbHRMDPoRAs=";
sha256 = "sha256-/F4UMFUs60o3QazfFYEWgTGHg4z5knzNWolUpk5SIeM=";
};

propagatedBuildInputs = [
Expand Down
1 change: 1 addition & 0 deletions pkgs/servers/home-assistant/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ in with py.pkgs; buildPythonApplication rec {
"uptime"
"vacuum"
"verisure"
"version"
"vesync"
"weather"
"webhook"
Expand Down

0 comments on commit e3ecb60

Please sign in to comment.