python3Packages.yaramod: 4.7.1 -> 4.8.0 (#532884)

This commit is contained in:
Nick Cao
2026-06-18 18:16:40 +00:00
committed by GitHub
@@ -21,14 +21,14 @@ let
in
buildPythonPackage (finalAttrs: {
pname = "yaramod";
version = "4.7.1";
version = "4.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "avast";
repo = "yaramod";
tag = "v${finalAttrs.version}";
hash = "sha256-AtRHwJGaEnvOMno8/LjoSg8wCRxd1oyYKgmklW0jp5o=";
hash = "sha256-TSq+5qwENCcmTEqKB7rlE4qzpRYhsH9uC6W+tcDQ2AE=";
};
postPatch = ''