python311Packages.shodan: 1.30.1 -> 1.31.0

Changelog: https://github.com/achillean/shodan-python/blob/1.31.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-12-20 14:51:53 +01:00
parent 42841c10e5
commit 175bd3f587

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "shodan";
version = "1.30.1";
version = "1.31.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-vttujCtEWVksG8F7TUtX2rDLWKRVrVie4mpjBCQs1QU=";
hash = "sha256-xzJ1OG6gI5DhlsNcZgcGoo3U1TfFoh6zh6tiNvrCUfY=";
};
propagatedBuildInputs = [