Skip to content

Commit

Permalink
python313Packages.pyexploitdb: 0.2.62 -> 0.2.63 (NixOS#373387)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 13, 2025
2 parents e3e82f7 + 251f8be commit 344e4f7
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.62";
version = "0.2.63";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "pyExploitDb";
inherit version;
hash = "sha256-lXmhRMyb7yB9qq/CmR/pnY0ttpiINhhPHPZfcfNjqpg=";
hash = "sha256-PJfbs1qSiumTiHOoffZqag+jVpNbvTOeTpz/peRUlq0=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 344e4f7

Please sign in to comment.