From 72aab12981a0cd8f60b4246962cbe1cb28cec705 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 23 May 2023 00:54:24 +0200 Subject: [PATCH] python311Packages.shodan: 1.29.0 -> 1.29.1 Changelog: https://github.com/achillean/shodan-python/blob/1.29.1/CHANGELOG.md --- pkgs/development/python-modules/shodan/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/shodan/default.nix b/pkgs/development/python-modules/shodan/default.nix index 6ea585e8a2d..3987dab5d87 100644 --- a/pkgs/development/python-modules/shodan/default.nix +++ b/pkgs/development/python-modules/shodan/default.nix @@ -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 = [