python3Packages.pyexploitdb: 0.3.3 -> 0.3.4 (#468829)

This commit is contained in:
Fabian Affolter
2025-12-09 05:20:11 +00:00
committed by GitHub
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "pyexploitdb";
version = "0.3.3";
version = "0.3.4";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-mGhMMXbiSCIXFfcMQuBdOFavqe025bStHnAy3q5gbBg=";
hash = "sha256-62uayIMtvFWX0SYHT0jz18wsIiRp/R7D6DNhOsCbT3s=";
};
build-system = [ setuptools ];