malwoverview: 5.4.2 -> 5.4.3

This commit is contained in:
R. Ryantm 2024-05-21 06:41:51 +00:00
parent f867779e2e
commit bcb6d7853f

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "malwoverview";
version = "5.4.2";
version = "5.4.3";
pyproject = true;
src = fetchFromGitHub {
owner = "alexandreborges";
repo = "malwoverview";
rev = "refs/tags/v${version}";
hash = "sha256-WAlVEEukPOynCGpRdQu3wP+JZ1UKuSR6pH5ek81L73E=";
hash = "sha256-eP2xYd/S/c4Z/cdK8IWghEUyF7pSTb5Cpg5pS/tpzUI=";
};
pythonRemoveDeps = [