Loading pkgs/development/python-modules/pyfritzhome/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -4,23 +4,20 @@ cryptography, fetchFromGitHub, pytestCheckHook, pythonOlder, requests, setuptools, }: buildPythonPackage rec { pname = "pyfritzhome"; version = "0.6.17"; version = "0.6.18"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "hthiery"; repo = "python-fritzhome"; tag = version; hash = "sha256-NYxrw+kkCWhU79nU1t50tGISHUx3sWE/af094Q0ag4I="; hash = "sha256-tWWX3rUmESWOkiWU6Y8KIinbPUhBdolSHZ+5Rv2dnuY="; }; build-system = [ setuptools ]; Loading Loading
pkgs/development/python-modules/pyfritzhome/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -4,23 +4,20 @@ cryptography, fetchFromGitHub, pytestCheckHook, pythonOlder, requests, setuptools, }: buildPythonPackage rec { pname = "pyfritzhome"; version = "0.6.17"; version = "0.6.18"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "hthiery"; repo = "python-fritzhome"; tag = version; hash = "sha256-NYxrw+kkCWhU79nU1t50tGISHUx3sWE/af094Q0ag4I="; hash = "sha256-tWWX3rUmESWOkiWU6Y8KIinbPUhBdolSHZ+5Rv2dnuY="; }; build-system = [ setuptools ]; Loading