From e0e82fa83584f6d8b16d513cf948b1842910e2ff Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 13 Oct 2025 22:35:43 +0000 Subject: [PATCH] python3Packages.pyexploitdb: 0.2.101 -> 0.2.102 --- 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 a6c09d40b976..ad1678c41c1d 100644 --- a/pkgs/development/python-modules/pyexploitdb/default.nix +++ b/pkgs/development/python-modules/pyexploitdb/default.nix @@ -9,13 +9,13 @@ buildPythonPackage rec { pname = "pyexploitdb"; - version = "0.2.101"; + version = "0.2.102"; pyproject = true; src = fetchPypi { pname = "pyExploitDb"; inherit version; - hash = "sha256-ZiNFLX3L4Fc6fJxd2sUlF+tU2PL544fOu36niFN+aoM="; + hash = "sha256-vkqKouvVu+qDcFGODvZuPzhcRVEQRsCa6lqRLekZThw="; }; build-system = [ setuptools ];