3
0
Fork 0
forked from mirrors/nixpkgs

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
commit dd9193fbf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -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 = [

View file

@ -8,6 +8,7 @@
, pythonOlder
, requests
, requests-oauthlib
, six
, vcrpy
}:
@ -31,6 +32,7 @@ buildPythonPackage rec {
oauthlib
requests
requests-oauthlib
six
];
checkInputs = [