Skip to content

Commit

Permalink
python312Packages.pyexploitdb: 0.2.60 -> 0.2.61 (#369493)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 31, 2024
2 parents f919777 + 001d56f commit db16652
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.60";
version = "0.2.61";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "pyExploitDb";
inherit version;
hash = "sha256-+EuTIt7WVlywG6JkEWMOhHMJuPcsqjpxlS7HgH8NCPU=";
hash = "sha256-NbC9NUB4fgbR5nnBZHBA87dAqFn8CtAP2FMcFPJC76g=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit db16652

Please sign in to comment.