Loading pkgs/development/python-modules/asyncwhois/default.nix +5 −5 Original line number Diff line number Diff line { lib , asynctest , buildPythonPackage , fetchFromGitHub , pytest-mock , pytestCheckHook , python-socks , pythonOlder Loading @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "asyncwhois"; version = "1.0.1"; version = "1.0.2"; format = "setuptools"; disabled = pythonOlder "3.7"; Loading @@ -19,8 +19,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "pogzyb"; repo = pname; rev = "v${version}"; hash = "sha256-TpUiUW9ntrpuT/rUhucedl+DM5X88Mislrd+3D5/TUE="; rev = "refs/tags/v${version}"; hash = "sha256-MYK09kszv7CTvZjdA9YQFfhlJ/A5d/aebLRaiMlnuB0="; }; propagatedBuildInputs = [ Loading @@ -30,7 +30,7 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ asynctest pytest-mock pytestCheckHook ]; Loading Loading
pkgs/development/python-modules/asyncwhois/default.nix +5 −5 Original line number Diff line number Diff line { lib , asynctest , buildPythonPackage , fetchFromGitHub , pytest-mock , pytestCheckHook , python-socks , pythonOlder Loading @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "asyncwhois"; version = "1.0.1"; version = "1.0.2"; format = "setuptools"; disabled = pythonOlder "3.7"; Loading @@ -19,8 +19,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "pogzyb"; repo = pname; rev = "v${version}"; hash = "sha256-TpUiUW9ntrpuT/rUhucedl+DM5X88Mislrd+3D5/TUE="; rev = "refs/tags/v${version}"; hash = "sha256-MYK09kszv7CTvZjdA9YQFfhlJ/A5d/aebLRaiMlnuB0="; }; propagatedBuildInputs = [ Loading @@ -30,7 +30,7 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ asynctest pytest-mock pytestCheckHook ]; Loading