python3Packages.pyexploitdb: 0.3.25 -> 0.3.26 (#519507)

This commit is contained in:
Fabian Affolter
2026-05-13 07:35:55 +00:00
committed by GitHub
@@ -9,12 +9,12 @@
buildPythonPackage (finalAttrs: {
pname = "pyexploitdb";
version = "0.3.25";
version = "0.3.26";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-DvPJICj9toecYaU4mCkvOuYrXGsNFvpm5NKZ1uQfqLU=";
hash = "sha256-EkLew8BpNK7OzlLd3BOvFKtG8OTVLuUUNxOKM+W0WFA=";
};
build-system = [ setuptools ];