Merge pull request #180903 from fabaff/shodan-bump

python310Packages.shodan: 1.27.0 -> 1.28.0
This commit is contained in:
Fabian Affolter
2022-07-10 10:50:48 +02:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "shodan";
version = "1.27.0";
version = "1.28.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-XkrnBuALYxZ6n/f34PM0QvxqxvC08mKci9Mswwf41VA=";
sha256 = "sha256-GL0q6BEUtwg24OMxUicyXhQ5gnUiOZiowjWwmUMvSws=";
};
propagatedBuildInputs = [
@@ -8,6 +8,7 @@
, pythonOlder
, requests
, requests-oauthlib
, six
, vcrpy
}:
@@ -31,6 +32,7 @@ buildPythonPackage rec {
oauthlib
requests
requests-oauthlib
six
];
checkInputs = [