python3Packages.yaramod: 4.6.0 -> 4.7.1 (#526151)

This commit is contained in:
Nick Cao
2026-06-01 19:15:18 +00:00
committed by GitHub
@@ -21,14 +21,14 @@ let
in
buildPythonPackage (finalAttrs: {
pname = "yaramod";
version = "4.6.0";
version = "4.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "avast";
repo = "yaramod";
tag = "v${finalAttrs.version}";
hash = "sha256-2XI7lGfoMHimtuQ29I1cFtV4OgfvR3Qcvh/FhA0yeBw=";
hash = "sha256-AtRHwJGaEnvOMno8/LjoSg8wCRxd1oyYKgmklW0jp5o=";
};
postPatch = ''