mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
python311Packages.malduck: 4.3.0 -> 4.3.2
Diff: https://github.com/CERT-Polska/malduck/compare/refs/tags/v4.3.0...v4.3.2 Changelog: https://github.com/CERT-Polska/malduck/releases/tag/v4.3.2
This commit is contained in:
parent
aaf800875e
commit
1935d01ca7
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user