python310Packages.yara-python: 4.2.3 -> 4.3.0

Diff: https://github.com/VirusTotal/yara-python/compare/v4.2.3...v4.3.0
This commit is contained in:
Fabian Affolter
2023-03-29 08:42:45 +02:00
parent 3ac65fce5c
commit b8749458f0
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "yara-python";
version = "4.2.3";
version = "4.3.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "VirusTotal";
repo = "yara-python";
rev = "v${version}";
hash = "sha256-spUQuezQMqaG1hboM0/Gs7siCM6x0b40O+sV7qGGBng=";
hash = "sha256-r1qsD5PquOVDEVmrgU2QP5bZpsuZuKlfaaHUjY4AHy4=";
};
buildInputs = [