python3Packages.yaramod: 4.4.1 -> 4.5.0

This commit is contained in:
R. Ryantm
2025-09-06 20:53:17 +00:00
parent 5203378d1d
commit 8f29006d9a
@@ -21,14 +21,14 @@ let
in
buildPythonPackage rec {
pname = "yaramod";
version = "4.4.1";
version = "4.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "avast";
repo = "yaramod";
tag = "v${version}";
hash = "sha256-mI/NIgBs/amV7DRJEfclR5LcYOc8/2d1tmP+bWcULhw=";
hash = "sha256-iIPMwN/kHrbN3ca+IJdyIfvrsnwiiflQY/gHAT3p+S4=";
};
postPatch = ''