Merge pull request #110853 from fabaff/bump-shodan

python3Packages.shodan: 1.24.0 -> 1.25.0
This commit is contained in:
Sandro 2021-01-26 16:36:08 +01:00 committed by GitHub
commit 688556a3f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "shodan"; pname = "shodan";
version = "1.24.0"; version = "1.25.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0b5ec40c954cd48c4e3234e81ad92afdc68438f82ad392fed35b7097eb77b6dd"; sha256 = "sha256-fivdvBtgv2IAQtABD0t2KoC0MRHb6pwEHXLUMl4mDCM=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -27,6 +27,7 @@ buildPythonPackage rec {
# The tests require a shodan api key, so skip them. # The tests require a shodan api key, so skip them.
doCheck = false; doCheck = false;
pythonImportsCheck = [ "shodan" ];
meta = with lib; { meta = with lib; {
description = "Python library and command-line utility for Shodan"; description = "Python library and command-line utility for Shodan";