pythonPackages.shodan: 1.14.0 -> 1.17.0 (#70017)

pythonPackages.shodan: 1.14.0 -> 1.17.0
This commit is contained in:
Jörg Thalheim 2019-09-29 15:41:54 +01:00 committed by GitHub
commit 406335aeb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,22 +4,24 @@
, click-plugins
, colorama
, requests
, setuptools
, XlsxWriter
}:
buildPythonPackage rec {
pname = "shodan";
version = "1.14.0";
version = "1.17.0";
src = fetchPypi {
inherit pname version;
sha256 = "0c5x53757p6ihh1f8xqsal2gi9ikcl3464b38qinva51s0kkb58k";
sha256 = "1sh7a2dsal3kzcl4s9xbpl7hxhm9k55s5hiqdqqnafhvhnh0vmbz";
};
propagatedBuildInputs = [
click-plugins
colorama
requests
setuptools
XlsxWriter
];