Skip to content

Commit

Permalink
python312Packages.pyexploitdb: 0.2.32 -> 0.2.33
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 3, 2024
1 parent ed7131d commit 907a985
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.32";
version = "0.2.33";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "pyExploitDb";
inherit version;
hash = "sha256-IoLgOAFso8Fx0Fx8bZTwL6QJIg2MJudQeJ/gDNDGm4I=";
hash = "sha256-K7IK1Cc8SvEgGvszEnSZepQ+ZvqoVdd+7QdnFk7imTk=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 907a985

Please sign in to comment.