We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea3d590 + fa2accb commit 4a3807fCopy full SHA for 4a3807f
pkgs/development/python-modules/pyexploitdb/default.nix
@@ -10,15 +10,15 @@
10
11
buildPythonPackage rec {
12
pname = "pyexploitdb";
13
- version = "0.2.61";
+ version = "0.2.62";
14
pyproject = true;
15
16
disabled = pythonOlder "3.7";
17
18
src = fetchPypi {
19
pname = "pyExploitDb";
20
inherit version;
21
- hash = "sha256-NbC9NUB4fgbR5nnBZHBA87dAqFn8CtAP2FMcFPJC76g=";
+ hash = "sha256-lXmhRMyb7yB9qq/CmR/pnY0ttpiINhhPHPZfcfNjqpg=";
22
};
23
24
build-system = [ setuptools ];
0 commit comments