python3Packages.yara-python: 4.1.3 -> 4.2.0

This commit is contained in:
Fabian Affolter 2022-03-11 09:51:51 +01:00
parent 667041a35c
commit 8b761016b7

View file

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "yara-python";
version = "4.1.3";
version = "4.2.0";
src = fetchFromGitHub {
owner = "VirusTotal";
repo = "yara-python";
rev = "v${version}";
sha256 = "sha256-lOP+OVnMgpP8S+Q3jGRNEAFXAohXgX5Nvl+l4EK5ebs=";
sha256 = "sha256-jNxYuIddMzANZoQ0p7BbRrX6ISpaCA7T6j+iS+FOocg=";
};
buildInputs = [