Commit 5d71e87b authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.appthreat-vulnerability-db: 6.4.4 -> 6.5.1

parent c26eb5e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,14 +21,14 @@

buildPythonPackage rec {
  pname = "appthreat-vulnerability-db";
  version = "6.4.4";
  version = "6.5.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "AppThreat";
    repo = "vulnerability-db";
    tag = "v${version}";
    hash = "sha256-bzr3RlTtWTH/P6hgiXjWvR1IbVtVSqbtrZHQ91o/V/E=";
    hash = "sha256-SyUTDWi9t37Gw8qn7vCpW+l5jBAXFH5b/VACrFhgsRU=";
  };

  pythonRelaxDeps = [