python3Packages.yara-x: 1.16.0 -> 1.17.0 (#526769)

This commit is contained in:
Thomas Gerbet
2026-06-01 17:05:06 +00:00
committed by GitHub
@@ -9,21 +9,21 @@
buildPythonPackage rec {
pname = "yara-x";
version = "1.16.0";
version = "1.17.0";
pyproject = true;
src = fetchFromGitHub {
owner = "VirusTotal";
repo = "yara-x";
tag = "v${version}";
hash = "sha256-n/AhEKlQmjbTtPncal6NDn7BcXb4HfnkuJctvDjW2V0=";
hash = "sha256-8P3fNLENfoGD+FMeCXX8UwoMzI92JkjV/f3G7d+Li3Y=";
};
buildAndTestSubdir = "py";
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname src version;
hash = "sha256-MbMjrrPN1ctlYoE6R5p8g354OOmu4NplcGwSm3IcHRI=";
hash = "sha256-ifXe0LKEYMzCo0FIg2E5mCQRUCOlu3nvK2XN/3GM9bk=";
};
nativeBuildInputs = [