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

python37Packages.shodan: 1.12.1 -> 1.13.0
This commit is contained in:
Ryan Mulligan 2019-05-12 20:55:16 -07:00 committed by GitHub
commit 1df1834dd1
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.12.1";
version = "1.13.0";
src = fetchPypi {
inherit pname version;
sha256 = "0fd68yaqhpay7jxhyc6xkdrak88wdblxs0phgdkngbakx2yaw2y3";
sha256 = "06z9h5vxrvqns3yr4jfrxifw0iqdn6ijlnznpmyi8nc18h8yma2a";
};
propagatedBuildInputs = [