python311Packages.yaramod: 3.20.0 -> 3.20.1

Diff: https://github.com/avast/yaramod/compare/refs/tags/v3.20.0...v3.20.1

Changelog: https://github.com/avast/yaramod/blob/v3.20.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-08-04 22:26:21 +02:00
parent 9a00a1f48c
commit cf9761f342

View File

@ -20,7 +20,7 @@ let
in
buildPythonPackage rec {
pname = "yaramod";
version = "3.20.0";
version = "3.20.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ in
owner = "avast";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-b4jHveGQGwO1BjpS/WJrMMBGB0LVB6Q7oltq4azp+7o=";
hash = "sha256-je4BBJ34VcA8pkvIBXfqrHAhWF+DdakSqeFma3mHpWo=";
};
postPatch = ''