10 buildPythonPackage rec {
15 disabled = pythonOlder "3.8";
17 src = fetchFromGitHub {
18 owner = "malwarefrank";
20 rev = "refs/tags/v${version}";
21 hash = "sha256-5xkoG7c9Piwrv+9qour7MZ+rabdngtd05b0T+AU8tSo=";
22 fetchSubmodules = true;
29 propagatedBuildInputs = [
37 pythonImportsCheck = [
42 description = "Module to parse .NET executable files";
43 homepage = "hhttps://github.com/malwarefrank/dnfile";
44 changelog = "https://github.com/malwarefrank/dnfile/blob/v${version}/HISTORY.rst";
45 license = with licenses; [ mit ];
46 maintainers = with maintainers; [ fab ];