Loading pkgs/development/python-modules/fritzconnection/default.nix +7 −3 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "fritzconnection"; version = "1.11.0"; version = "1.12.0"; format = "setuptools"; disabled = pythonOlder "3.6"; Loading @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "kbr"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-BHlOX5STnKaIOM5tiBZ9JHNQIYVZfIPDMuSw6DAJliA="; hash = "sha256-1giXmmyuy+qrY6xV3yZn4kcDd6w6l8uCL4ozcZE4N00="; }; propagatedBuildInputs = [ Loading @@ -28,6 +28,10 @@ buildPythonPackage rec { pytestCheckHook ]; preCheck = '' export HOME=$TEMP ''; pythonImportsCheck = [ "fritzconnection" ]; Loading @@ -35,7 +39,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python module to communicate with the AVM Fritz!Box"; homepage = "https://github.com/kbr/fritzconnection"; changelog = "https://fritzconnection.readthedocs.io/en/${version}/sources/changes.html"; changelog = "https://fritzconnection.readthedocs.io/en/${version}/sources/version_history.html"; license = licenses.mit; maintainers = with maintainers; [ dotlambda valodim ]; }; Loading Loading
pkgs/development/python-modules/fritzconnection/default.nix +7 −3 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "fritzconnection"; version = "1.11.0"; version = "1.12.0"; format = "setuptools"; disabled = pythonOlder "3.6"; Loading @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "kbr"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-BHlOX5STnKaIOM5tiBZ9JHNQIYVZfIPDMuSw6DAJliA="; hash = "sha256-1giXmmyuy+qrY6xV3yZn4kcDd6w6l8uCL4ozcZE4N00="; }; propagatedBuildInputs = [ Loading @@ -28,6 +28,10 @@ buildPythonPackage rec { pytestCheckHook ]; preCheck = '' export HOME=$TEMP ''; pythonImportsCheck = [ "fritzconnection" ]; Loading @@ -35,7 +39,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python module to communicate with the AVM Fritz!Box"; homepage = "https://github.com/kbr/fritzconnection"; changelog = "https://fritzconnection.readthedocs.io/en/${version}/sources/changes.html"; changelog = "https://fritzconnection.readthedocs.io/en/${version}/sources/version_history.html"; license = licenses.mit; maintainers = with maintainers; [ dotlambda valodim ]; }; Loading