summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pyexploitdb
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2025-06-14 09:40:25 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2025-06-14 09:40:25 +0200
commitab2255407ce151b79290fa11b8ea0df3a8aaffd8 (patch)
treec5ceae75eda189f7cf78a1d78aea90e377b224d8 /pkgs/development/python-modules/pyexploitdb
parent63593e5f469c278d6b5a51ab89fffae89d4bc312 (diff)
python313Packages.pyexploitdb: 0.2.83 -> 0.2.84
Changelog: https://github.com/Hackman238/pyExploitDb/blob/master/ChangeLog.md
Diffstat (limited to 'pkgs/development/python-modules/pyexploitdb')
-rw-r--r--pkgs/development/python-modules/pyexploitdb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyexploitdb/default.nix b/pkgs/development/python-modules/pyexploitdb/default.nix
index af792d4bb146..c5bb937f66b4 100644
--- a/pkgs/development/python-modules/pyexploitdb/default.nix
+++ b/pkgs/development/python-modules/pyexploitdb/default.nix
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pyexploitdb";
- version = "0.2.83";
+ version = "0.2.84";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pyExploitDb";
inherit version;
- hash = "sha256-G28FUHSLs4ALlOiybS2rDc0ZzGYYaeaSrYujVyiar60=";
+ hash = "sha256-4ZffnSKcI4+Fwk0MkRuLQdrntGRL2sKKZwalPwrElSQ=";
};
build-system = [ setuptools ];