Merge pull request #84970 from r-ryantm/auto-update/python2.7-shodan

python27Packages.shodan: 1.22.0 -> 1.23.0
This commit is contained in:
Mario Rodas 2020-04-12 03:53:09 -05:00 committed by GitHub
commit f5f3ef5389
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.22.0";
version = "1.23.0";
src = fetchPypi {
inherit pname version;
sha256 = "0pgkd0pngmygafld283zfx7whlv6yp3ldgd4sjv8bxjcsb19iw59";
sha256 = "16rkbhdj7al7p8s1pfsjx9agxpvisbvyvcd04rm1kigpz87p9c1i";
};
propagatedBuildInputs = [