Unverified Commit 15ec5fa1 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python313Packages.appthreat-vulnerability-db: 6.4.0 -> 6.4.1 (#411905)

parents e73237c9 dbc04200
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

buildPythonPackage rec {
  pname = "appthreat-vulnerability-db";
  version = "6.4.0";
  version = "6.4.1";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
    owner = "AppThreat";
    repo = "vulnerability-db";
    tag = "v${version}";
    hash = "sha256-BW8MN4sbQ+Z7Mi1EyrhmIOzGl1Gd8RS7vuaVMBPCtpE=";
    hash = "sha256-yPe8AWh2L6KUFPb9rmUSjQ7/iDP77Tw2aTBF2rr8/dY=";
  };

  pythonRelaxDeps = [