Loading pkgs/development/python-modules/malduck/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "malduck"; version = "4.3.0"; version = "4.3.2"; format = "setuptools"; disabled = pythonOlder "3.7"; Loading @@ -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 = [ Loading Loading @@ -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; }; } Loading
pkgs/development/python-modules/malduck/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "malduck"; version = "4.3.0"; version = "4.3.2"; format = "setuptools"; disabled = pythonOlder "3.7"; Loading @@ -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 = [ Loading Loading @@ -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; }; }