Skip to content

Commit fa2accb

Browse files
committed
python312Packages.pyexploitdb: 0.2.61 -> 0.2.62
Changelog: https://github.com/Hackman238/pyExploitDb/blob/master/ChangeLog.md
1 parent 9cb8566 commit fa2accb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pyexploitdb/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010

1111
buildPythonPackage rec {
1212
pname = "pyexploitdb";
13-
version = "0.2.61";
13+
version = "0.2.62";
1414
pyproject = true;
1515

1616
disabled = pythonOlder "3.7";
1717

1818
src = fetchPypi {
1919
pname = "pyExploitDb";
2020
inherit version;
21-
hash = "sha256-NbC9NUB4fgbR5nnBZHBA87dAqFn8CtAP2FMcFPJC76g=";
21+
hash = "sha256-lXmhRMyb7yB9qq/CmR/pnY0ttpiINhhPHPZfcfNjqpg=";
2222
};
2323

2424
build-system = [ setuptools ];

0 commit comments

Comments
 (0)