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 11 buildPythonPackage rec { 12 pname = "pyexploitdb"; 13 - version = "0.2.96"; 14 pyproject = true; 15 16 disabled = pythonOlder "3.7"; ··· 18 src = fetchPypi { 19 pname = "pyExploitDb"; 20 inherit version; 21 - hash = "sha256-5STYqx0D6X6h6tJFCCrYVx3oYqlZwvmiuTrVLXsXWLM="; 22 }; 23 24 build-system = [ setuptools ];
··· 10 11 buildPythonPackage rec { 12 pname = "pyexploitdb"; 13 + version = "0.2.97"; 14 pyproject = true; 15 16 disabled = pythonOlder "3.7"; ··· 18 src = fetchPypi { 19 pname = "pyExploitDb"; 20 inherit version; 21 + hash = "sha256-w9OrwJjS4KoGc/o8YzYklNQbHliDV7KlayJRM5e6itc="; 22 }; 23 24 build-system = [ setuptools ];