File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/development/python-modules/pyexploitdb Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010
1111buildPythonPackage 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 } ;
You can’t perform that action at this time.
0 commit comments