python313Packages.pyexploitdb: 0.2.96 -> 0.2.97 (#442647)

authored by Fabian Affolter and committed by GitHub ca265c19 5f4fad7c

+2 -2
+2 -2
pkgs/development/python-modules/pyexploitdb/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "pyexploitdb"; 13 - version = "0.2.96"; 13 + version = "0.2.97"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 18 18 src = fetchPypi { 19 19 pname = "pyExploitDb"; 20 20 inherit version; 21 - hash = "sha256-5STYqx0D6X6h6tJFCCrYVx3oYqlZwvmiuTrVLXsXWLM="; 21 + hash = "sha256-w9OrwJjS4KoGc/o8YzYklNQbHliDV7KlayJRM5e6itc="; 22 22 }; 23 23 24 24 build-system = [ setuptools ];