Skip to content

Commit

Permalink
Merge pull request #251716 from r-ryantm/auto-update/python310Package…
Browse files Browse the repository at this point in the history
…s.appthreat-vulnerability-db

python310Packages.appthreat-vulnerability-db: 5.2.1 -> 5.2.3
  • Loading branch information
fabaff authored Aug 27, 2023
2 parents 78a85bf + 21d85b1 commit 0e82293
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

buildPythonPackage rec {
pname = "appthreat-vulnerability-db";
version = "5.2.1";
version = "5.2.3";
format = "pyproject";

disabled = pythonOlder "3.7";
Expand All @@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "AppThreat";
repo = "vulnerability-db";
rev = "refs/tags/v${version}";
hash = "sha256-FSi9fMp9SLnoIVo+Clca6oglroeIb6RbohiSSc6fqxo=";
hash = "sha256-HIUBHyuh66PjHRPTFKIq859+tSYnaseQE9GOMduxBP4=";
};

postPatch = ''
Expand Down

0 comments on commit 0e82293

Please sign in to comment.