Skip to content

Commit

Permalink
Merge pull request #121434 from dotlambda/fritzconnection-1.5.0
Browse files Browse the repository at this point in the history
python3Packages.fritzconnection: 1.4.2 -> 1.5.0
  • Loading branch information
dotlambda committed May 7, 2021
2 parents a916ffb + d4917fa commit bf12c87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/fritzconnection/default.nix
Expand Up @@ -2,14 +2,14 @@

buildPythonPackage rec {
pname = "fritzconnection";
version = "1.4.2";
version = "1.5.0";

# no tests on PyPI
src = fetchFromGitHub {
owner = "kbr";
repo = pname;
rev = version;
sha256 = "02w1hwbfwbh5xlq433myzv6ms7jqxg8kn3d6znq4ic22zprzf5r2";
sha256 = "sha256-Iw7R+39rpoCTrRD74kBihF7AMcJWxy2xdPhKLznWdlo=";
};

disabled = pythonOlder "3.6";
Expand Down
2 changes: 2 additions & 0 deletions pkgs/servers/home-assistant/default.nix
Expand Up @@ -176,6 +176,7 @@ in with py.pkgs; buildPythonApplication rec {
# test infrastructure
asynctest
pytest-aiohttp
pytest-mock
pytest-rerunfailures
pytest-xdist
pytestCheckHook
Expand Down Expand Up @@ -239,6 +240,7 @@ in with py.pkgs; buildPythonApplication rec {
"folder"
"folder_watcher"
"freebox"
"fritz"
"fritzbox"
"fritzbox_callmonitor"
"frontend"
Expand Down

0 comments on commit bf12c87

Please sign in to comment.