python311Packages.appthreat-vulnerability-db: 5.5.1 -> 5.5.2
Diff: https://github.com/AppThreat/vulnerability-db/compare/refs/tags/v5.5.1...v5.5.2 Changelog: https://github.com/AppThreat/vulnerability-db/releases/tag/v5.5.2
This commit is contained in:
parent
eb52b838ce
commit
5c9f4bb935
1 changed files with 2 additions and 2 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue