Merge pull request #313319 from r-ryantm/auto-update/malwoverview

malwoverview: 5.4.2 -> 5.4.3
This commit is contained in:
Fabian Affolter 2024-05-21 12:08:04 +02:00 committed by GitHub
commit 7a3d8b931e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [