Commit 1935d01c authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent aaf80087
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -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;
  };
}