python3Packages.yara-x: 0.15.0 -> 1.5.0

This commit is contained in:
R. Ryantm
2025-08-28 17:41:30 +00:00
parent aca2499b79
commit a56ed509d5
@@ -9,7 +9,7 @@
}:
buildPythonPackage rec {
pname = "yara-x";
version = "0.15.0";
version = "1.5.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -18,14 +18,14 @@ buildPythonPackage rec {
owner = "VirusTotal";
repo = "yara-x";
tag = "v${version}";
hash = "sha256-fbuh/SMfOygnuvG9zTZqem4oLaS+5uXScXPhU3aVDjM=";
hash = "sha256-YZmhwHA6PnQb3QXhbWK8cbV0CScbiD5k+HceDcV6iCI=";
};
buildAndTestSubdir = "py";
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname src version;
hash = "sha256-+dPIujaxDJ7JrtNvX4VjGHFmgtCb1BJpFQL4c3E1/GY=";
hash = "sha256-8LofNTLa3a2dDH72T54HJR/+qArXt+X6OMJIQwmjQIQ=";
};
nativeBuildInputs = [