mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
python312Packages.pyexploitdb: 0.2.28 -> 0.2.29
Changelog: https://github.com/GoVanguard/pyExploitDb/blob/master/ChangeLog.md
This commit is contained in:
parent
a138aeb0e2
commit
de2aa4a86e
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyexploitdb";
|
pname = "pyexploitdb";
|
||||||
version = "0.2.28";
|
version = "0.2.29";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "pyExploitDb";
|
pname = "pyExploitDb";
|
||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-dPDsehNQjPGaBh/+x+4/eq2WcyI5149IAiYduXsh8Vw=";
|
hash = "sha256-kS9VoEsXdXQOedbDkgAP2x+MuWG5kCAvpcquDQn7Jno=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|
Loading…
Reference in a new issue