Fabian Affolter 2023-06-22 14:36:41 +02:00
parent aaf800875e
commit 1935d01ca7

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "malduck";
version = "4.3.0";
version = "4.3.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "CERT-Polska";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-1gwJhlhRLnh01AIJj07Wpba8X7V5AfACuJmZX+cfT6Y=";
hash = "sha256-3joIfhQBJzKdoU3FNW/yAHsQa/lMMbw3wGEQTyOBrOQ=";
};
propagatedBuildInputs = [
@ -60,8 +60,5 @@ buildPythonPackage rec {
changelog = "https://github.com/CERT-Polska/malduck/releases/tag/v${version}";
license = with licenses; [ bsd3 ];
maintainers = with maintainers; [ fab ];
# Compatibility issues with yara-python v4.3.0
# https://github.com/CERT-Polska/malduck/issues/88
broken = true;
};
}