python310Packages.appthreat-vulnerability-db: 4.1.7 -> 4.1.8
Diff: https://github.com/AppThreat/vulnerability-db/compare/refs/tags/v4.1.7...v4.1.8 Changelog: https://github.com/AppThreat/vulnerability-db/releases/tag/v4.1.8
This commit is contained in:
parent
1307b9020b
commit
0e88ae207e
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "appthreat-vulnerability-db";
|
||||
version = "4.1.7";
|
||||
version = "4.1.8";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
|||
owner = "AppThreat";
|
||||
repo = "vulnerability-db";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-33Juzu72Z+LedYSXl6uMtrLnHyu56tCIrM79JzWDAZM=";
|
||||
hash = "sha256-whTRmVLwJdQDxJEg50xSbzIm6KygPJE4qhQ1BT883T4=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue