python313Packages.appthreat-vulnerability-db: 6.4.1 -> 6.4.2 (#424304)

authored by Fabian Affolter and committed by GitHub f0780017 6986e2a3

+3 -5
+3 -5
pkgs/development/python-modules/appthreat-vulnerability-db/default.nix
··· 12 12 pydantic, 13 13 pytestCheckHook, 14 14 pytest-cov-stub, 15 - pythonOlder, 16 15 rich, 17 16 semver, 18 17 setuptools, ··· 21 20 22 21 buildPythonPackage rec { 23 22 pname = "appthreat-vulnerability-db"; 24 - version = "6.4.1"; 23 + version = "6.4.2"; 25 24 pyproject = true; 26 25 27 - disabled = pythonOlder "3.10"; 28 - 29 26 src = fetchFromGitHub { 30 27 owner = "AppThreat"; 31 28 repo = "vulnerability-db"; 32 29 tag = "v${version}"; 33 - hash = "sha256-yPe8AWh2L6KUFPb9rmUSjQ7/iDP77Tw2aTBF2rr8/dY="; 30 + hash = "sha256-PmxlcdAUJjLIc0AWsN/oG11ESdsnln3LALsSnjV0yWM="; 34 31 }; 35 32 36 33 pythonRelaxDeps = [ ··· 67 64 # Tests require network access 68 65 "test_bulk_search" 69 66 "test_download_recent" 67 + "test_parse_purl" 70 68 ]; 71 69 72 70 pythonImportsCheck = [ "vdb" ];