Skip to content

Commit

Permalink
python312Packages.pyexploitdb: 0.2.64 -> 0.2.65
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 1, 2025
1 parent b721076 commit 55884a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyexploitdb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

buildPythonPackage rec {
pname = "pyexploitdb";
version = "0.2.64";
version = "0.2.65";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "pyExploitDb";
inherit version;
hash = "sha256-Os5Sj8zsPCCPxGTdLfiGLJ/tknkDnp9uowWquO31aRQ=";
hash = "sha256-XltJfqmYqY8wXNOBBav+atCjnx0+53Mrsld4yvadgr4=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 55884a6

Please sign in to comment.