diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2025-02-05 11:35:55 +0100 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2025-02-05 11:35:55 +0100 |
| commit | 149eb07ea3cfa71f7dc1bea05ea81bd6725e9301 (patch) | |
| tree | 37b67c9b18dc54f73cf4e9b59398872f12b6f739 /pkgs/development/python-modules/pyexploitdb | |
| parent | ff7993f63d07ad57f1ab4bc40fa281c4ad7c14e4 (diff) | |
python312Packages.pyexploitdb: 0.2.65 -> 0.2.66
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.nix | 4 |
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 4288e33b4263..4ccd7881a920 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.65"; + version = "0.2.66"; pyproject = true; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "pyExploitDb"; inherit version; - hash = "sha256-XltJfqmYqY8wXNOBBav+atCjnx0+53Mrsld4yvadgr4="; + hash = "sha256-KZt9lxeUT0d9MLd96c5WYJWfUbo4Q2Gyqjdw1gQJTGQ="; }; build-system = [ setuptools ]; |
