Skip to content

Commit

Permalink
python311Packages.appthreat-vulnerability-db: 5.6.0 -> 5.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 1, 2024
1 parent 69633e5 commit da001f8
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.6.0";
version = "5.6.1";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "AppThreat";
repo = "vulnerability-db";
rev = "refs/tags/v${version}";
hash = "sha256-tRC+w9HyXuN6eWbNaccK0xtcOnJpuErcHaB7+lvTiQI=";
hash = "sha256-BkJ1hA4SXuXYkJnSNaZ/JeX+PHdJylfwKkRzQsBxc24=";
};

postPatch = ''
Expand Down

0 comments on commit da001f8

Please sign in to comment.