Loading pkgs/development/python-modules/shodan/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "shodan"; version = "1.28.0"; version = "1.29.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-GL0q6BEUtwg24OMxUicyXhQ5gnUiOZiowjWwmUMvSws="; hash = "sha256-6+ptvBlESX6ROSY0I+pNED3NWMCFxd2/TWqx226x0UI="; }; propagatedBuildInputs = [ Loading @@ -39,6 +39,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python library and command-line utility for Shodan"; homepage = "https://github.com/achillean/shodan-python"; changelog = "https://github.com/achillean/shodan-python/blob/${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ lihop ]; }; Loading Loading
pkgs/development/python-modules/shodan/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "shodan"; version = "1.28.0"; version = "1.29.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-GL0q6BEUtwg24OMxUicyXhQ5gnUiOZiowjWwmUMvSws="; hash = "sha256-6+ptvBlESX6ROSY0I+pNED3NWMCFxd2/TWqx226x0UI="; }; propagatedBuildInputs = [ Loading @@ -39,6 +39,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python library and command-line utility for Shodan"; homepage = "https://github.com/achillean/shodan-python"; changelog = "https://github.com/achillean/shodan-python/blob/${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ lihop ]; }; Loading