summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-26 16:36:08 +0100
committerGitHub <noreply@github.com>2021-01-26 16:36:08 +0100
commit688556a3f522fabfd99b11ead1e19d0d647bd655 (patch)
treeeb3995af164e222b3784e2c3734944fc22f1fdb2 /pkgs
parentdd4b57524af3fd0eae3a026aeafa8c65a4e77eac (diff)
parenta5f0f5dec4b8156998caffc75b60fea38b99ed5e (diff)
Merge pull request #110853 from fabaff/bump-shodan
python3Packages.shodan: 1.24.0 -> 1.25.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/shodan/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/shodan/default.nix b/pkgs/development/python-modules/shodan/default.nix
index f361659d9acb..9637602cce1f 100644
--- a/pkgs/development/python-modules/shodan/default.nix
+++ b/pkgs/development/python-modules/shodan/default.nix
@@ -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";