Skip to content

Commit

Permalink
python312Packages.pyexploitdb: 0.2.58 -> 0.2.59 (#365651)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 17, 2024
2 parents b6c2532 + a910c32 commit 914dd2a
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.58";
version = "0.2.59";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "pyExploitDb";
inherit version;
hash = "sha256-NYiNcOcdKN89C/AK/Lgj2PquHeGXDaZdax6Zpz/xrEM=";
hash = "sha256-E6XMXgHB3q03ZeCjxctKvSndfgfdXhTns7csqQju2BM=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 914dd2a

Please sign in to comment.