Commit dbc04200 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 5abb39e7
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 = [