Skip to content

Commit ab266a6

Browse files
authored
python312Packages.appthreat-vulnerability-db: 6.1.1 -> 6.2.1 (#356187)
2 parents 5749c4d + 675a405 commit ab266a6

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/appthreat-vulnerability-db

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/appthreat-vulnerability-db/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
buildPythonPackage rec {
2323
pname = "appthreat-vulnerability-db";
24-
version = "6.1.1";
24+
version = "6.2.1";
2525
pyproject = true;
2626

2727
disabled = pythonOlder "3.10";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
3030
owner = "AppThreat";
3131
repo = "vulnerability-db";
3232
rev = "refs/tags/v${version}";
33-
hash = "sha256-FISV+wEpoRVfHNjN/fZw7aqFp5XDvB21ZhQhRQvCnHY=";
33+
hash = "sha256-Jk6sxmnV3lfrPlnQFM0DVxHvtJTtOyQTnyw2o3UZL3U=";
3434
};
3535

3636
pythonRelaxDeps = [

0 commit comments

Comments
 (0)