Merge pull request #142613 from fabaff/bump-yara-python

python3Packages.yara-python: 4.1.2 -> 4.1.3
This commit is contained in:
Fabian Affolter 2021-10-23 13:17:58 +02:00 committed by GitHub
commit 568b8a5021
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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