Merge pull request #267671 from fabaff/appthreat-vulnerability-db-bump

python311Packages.appthreat-vulnerability-db: 5.5.1 -> 5.5.2
This commit is contained in:
Nick Cao
2023-11-15 11:10:24 -05:00
committed by GitHub
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "appthreat-vulnerability-db";
version = "5.5.1";
version = "5.5.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "AppThreat";
repo = "vulnerability-db";
rev = "refs/tags/v${version}";
hash = "sha256-URDVNuUrxWoQjeNRPrSJz8aiEozn5BzRTvhqc4bihA0=";
hash = "sha256-ioFTayuPkxXIaaKKVHBLyU47jID6dGWCX1G9kVkD5Yo=";
};
postPatch = ''