python3Packages.yaramod: 4.5.2 -> 4.6.0

This commit is contained in:
R. Ryantm
2026-01-29 02:23:03 +00:00
parent 31a7a9ee76
commit f03214ed22
@@ -21,14 +21,14 @@ let
in
buildPythonPackage rec {
pname = "yaramod";
version = "4.5.2";
version = "4.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "avast";
repo = "yaramod";
tag = "v${version}";
hash = "sha256-5tZhJcgpS8BwLEFlIM+RnXeUC5gXq4TPfSe0KI6U34w=";
hash = "sha256-2XI7lGfoMHimtuQ29I1cFtV4OgfvR3Qcvh/FhA0yeBw=";
};
postPatch = ''