Skip to content

Commit

Permalink
python312Packages.pyexploitdb: 0.2.41 -> 0.2.53
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Oct 29, 2024
1 parent 1a1b7c2 commit 6a938f7
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.41";
version = "0.2.53";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "pyExploitDb";
inherit version;
hash = "sha256-QwMD7V1BSmFBZ7mazo7TnuZijm8MC/M/oKMV4nh1v5A=";
hash = "sha256-NebM8nhIo4Hgf7iwSV2utcrqR1kLh+cpmqV1Gc9r8cw=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 6a938f7

Please sign in to comment.