python3Packages.shodan: 1.24.0 -> 1.25.0

This commit is contained in:
Fabian Affolter 2021-01-26 14:36:40 +01:00
parent f0a821afc5
commit a5f0f5dec4

View file

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