Skip to content

Commit

Permalink
python311Packages.appthreat-vulnerability-db: 5.5.8 -> 5.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jan 24, 2024
1 parent 3178784 commit 2485516
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.5.8";
version = "5.5.10";
pyproject = true;

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

postPatch = ''
Expand Down

0 comments on commit 2485516

Please sign in to comment.