Merge pull request #59674 from r-ryantm/auto-update/python3.7-shodan

python37Packages.shodan: 1.11.1 -> 1.12.1
This commit is contained in:
Ryan Mulligan 2019-04-16 07:56:01 -07:00 committed by GitHub
commit 80c0524d67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "shodan";
version = "1.11.1";
version = "1.12.1";
src = fetchPypi {
inherit pname version;
sha256 = "0kjcyw3xmps3maf4vzn1pypc6i60q8b67xj78v4gbv4yx2cp2fzr";
sha256 = "0fd68yaqhpay7jxhyc6xkdrak88wdblxs0phgdkngbakx2yaw2y3";
};
propagatedBuildInputs = [