nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.shodan: 1.29.0 -> 1.29.1

Changelog: https://github.com/achillean/shodan-python/blob/1.29.1/CHANGELOG.md

+2 -2
+2 -2
pkgs/development/python-modules/shodan/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "shodan"; 14 - version = "1.29.0"; 14 + version = "1.29.1"; 15 15 format = "setuptools"; 16 16 17 17 disabled = pythonOlder "3.7"; 18 18 19 19 src = fetchPypi { 20 20 inherit pname version; 21 - hash = "sha256-6+ptvBlESX6ROSY0I+pNED3NWMCFxd2/TWqx226x0UI="; 21 + hash = "sha256-4q9iVOGdKo+k6Slzi+VR4l3Hqvw5RzLndufjD6RM4zk="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [