0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

python313Packages.pyexploitdb: 0.2.73 -> 0.2.74

Changelog: https://github.com/Hackman238/pyExploitDb/blob/master/ChangeLog.md
This commit is contained in:
Fabian Affolter 2025-03-30 21:07:02 +02:00
parent 96ccf0ddd6
commit 20dd18b4a6

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pyexploitdb";
version = "0.2.73";
version = "0.2.74";
pyproject = true;
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pyExploitDb";
inherit version;
hash = "sha256-KpbrcCjG8F/Ktka7puh/7rSpEMSf5LvMH+Yd//UbhjQ=";
hash = "sha256-pQRyIv1wu78vNjxl5tt0kI34RvCEycEMMEtaOnlaa10=";
};
build-system = [ setuptools ];