From 40e84e60e250fbb2a09b9d54331f59feaf3c6aed Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 4 May 2026 20:06:30 +0000 Subject: [PATCH] python3Packages.pyexploitdb: 0.3.24 -> 0.3.25 --- pkgs/development/python-modules/pyexploitdb/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyexploitdb/default.nix b/pkgs/development/python-modules/pyexploitdb/default.nix index 5cdfe0270eb6..28626aab5eae 100644 --- a/pkgs/development/python-modules/pyexploitdb/default.nix +++ b/pkgs/development/python-modules/pyexploitdb/default.nix @@ -9,12 +9,12 @@ buildPythonPackage (finalAttrs: { pname = "pyexploitdb"; - version = "0.3.24"; + version = "0.3.25"; pyproject = true; src = fetchPypi { inherit (finalAttrs) pname version; - hash = "sha256-MIjqkn6oYYQWp6AezsXG0GGURCVavOJYzBpqJNPSEyo="; + hash = "sha256-DvPJICj9toecYaU4mCkvOuYrXGsNFvpm5NKZ1uQfqLU="; }; build-system = [ setuptools ];