Merge pull request #75366 from r-ryantm/auto-update/python3.8-shodan

python38Packages.shodan: 1.19.1 -> 1.20.0
This commit is contained in:
Mario Rodas 2019-12-09 20:25:48 -05:00 committed by GitHub
commit 14658e4387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "shodan";
version = "1.19.1";
version = "1.20.0";
src = fetchPypi {
inherit pname version;
sha256 = "76b8a3ba577a62799e3ea86410aea54e1f403ef6efbf681a3f38baa2bf4e1c58";
sha256 = "163fbz06xg4ncvmgsg85x2689zd1bvycc3506xqvcgh8xcz3izif";
};
propagatedBuildInputs = [