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

python37Packages.shodan: 1.13.0 -> 1.14.0
This commit is contained in:
Mario Rodas 2019-08-05 19:55:20 -05:00 committed by GitHub
commit b9e7b481d1
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.13.0";
version = "1.14.0";
src = fetchPypi {
inherit pname version;
sha256 = "06z9h5vxrvqns3yr4jfrxifw0iqdn6ijlnznpmyi8nc18h8yma2a";
sha256 = "0c5x53757p6ihh1f8xqsal2gi9ikcl3464b38qinva51s0kkb58k";
};
propagatedBuildInputs = [