Commit e76948dc authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.appthreat-vulnerability-db: 5.5.2 -> 5.5.3

parent cf4fee6f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "appthreat-vulnerability-db";
  version = "5.5.2";
  version = "5.5.3";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "AppThreat";
    repo = "vulnerability-db";
    rev = "refs/tags/v${version}";
    hash = "sha256-ioFTayuPkxXIaaKKVHBLyU47jID6dGWCX1G9kVkD5Yo=";
    hash = "sha256-6kfkHLW5PftzrhKjywc670HpKCrrU0POEiJ3u2doBTk=";
  };

  postPatch = ''