Skip to content

Commit 2065537

Browse files
authored
python312Packages.pyexploitdb: 0.2.53 -> 0.2.54 (#353333)
2 parents baf30ec + 3fb53d9 commit 2065537

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

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

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

1616
disabled = pythonOlder "3.7";
1717

1818
src = fetchPypi {
1919
pname = "pyExploitDb";
2020
inherit version;
21-
hash = "sha256-NebM8nhIo4Hgf7iwSV2utcrqR1kLh+cpmqV1Gc9r8cw=";
21+
hash = "sha256-TJ2cjYadXqaX31UXY99/pCeH0T2nFj83AiLdX0SMC3U=";
2222
};
2323

2424
build-system = [ setuptools ];
@@ -35,8 +35,8 @@ buildPythonPackage rec {
3535

3636
meta = with lib; {
3737
description = "Library to fetch the most recent exploit-database";
38-
homepage = "https://github.com/Hackman238/pyExploitDb/pyExploitDb";
39-
changelog = "https://github.com/Hackman238/pyExploitDb/pyExploitDb/blob/master/ChangeLog.md";
38+
homepage = "https://github.com/Hackman238/pyExploitDb";
39+
changelog = "https://github.com/Hackman238/pyExploitDb/blob/master/ChangeLog.md";
4040
license = licenses.gpl3Plus;
4141
maintainers = with maintainers; [ fab ];
4242
};

0 commit comments

Comments
 (0)