Merge pull request #233515 from fabaff/shodan-bump

python311Packages.shodan: 1.29.0 -> 1.29.1
This commit is contained in:
Fabian Affolter 2023-05-24 08:52:21 +02:00 committed by GitHub
commit 56b9bd02e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "shodan";
version = "1.29.0";
version = "1.29.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-6+ptvBlESX6ROSY0I+pNED3NWMCFxd2/TWqx226x0UI=";
hash = "sha256-4q9iVOGdKo+k6Slzi+VR4l3Hqvw5RzLndufjD6RM4zk=";
};
propagatedBuildInputs = [