Unverified Commit ab53f08d authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #232368 from r-ryantm/auto-update/python310Packages.shodan

python310Packages.shodan: 1.28.0 -> 1.29.0
parents df7bac44 af7f8a2a
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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 = [
@@ -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 ];
  };