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 5749c4d + 675a405 commit ab266a6Copy full SHA for ab266a6
pkgs/development/python-modules/appthreat-vulnerability-db/default.nix
@@ -21,7 +21,7 @@
21
22
buildPythonPackage rec {
23
pname = "appthreat-vulnerability-db";
24
- version = "6.1.1";
+ version = "6.2.1";
25
pyproject = true;
26
27
disabled = pythonOlder "3.10";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
30
owner = "AppThreat";
31
repo = "vulnerability-db";
32
rev = "refs/tags/v${version}";
33
- hash = "sha256-FISV+wEpoRVfHNjN/fZw7aqFp5XDvB21ZhQhRQvCnHY=";
+ hash = "sha256-Jk6sxmnV3lfrPlnQFM0DVxHvtJTtOyQTnyw2o3UZL3U=";
34
};
35
36
pythonRelaxDeps = [
0 commit comments