python3Packages.pyexploitdb: 0.2.95 -> 0.2.96 (#440574)

authored by Fabian Affolter and committed by GitHub e943a3f6 220874f9

+2 -2
+2 -2
pkgs/development/python-modules/pyexploitdb/default.nix
··· 10 11 buildPythonPackage rec { 12 pname = "pyexploitdb"; 13 - version = "0.2.95"; 14 pyproject = true; 15 16 disabled = pythonOlder "3.7"; ··· 18 src = fetchPypi { 19 pname = "pyExploitDb"; 20 inherit version; 21 - hash = "sha256-NBuFgOhD/b1ngJDWGeP3dhYx2G6McBi0ctCXWoP3cEQ="; 22 }; 23 24 build-system = [ setuptools ];
··· 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 ];