python310Packages.yara-python: 4.3.0 -> 4.3.1

Diff: https://github.com/VirusTotal/yara-python/compare/v4.3.0...v4.3.1
This commit is contained in:
Fabian Affolter 2023-04-21 22:54:55 +02:00
parent d0e1f5ebce
commit d2a6b811d8

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "yara-python";
version = "4.3.0";
version = "4.3.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "VirusTotal";
repo = "yara-python";
rev = "v${version}";
hash = "sha256-r1qsD5PquOVDEVmrgU2QP5bZpsuZuKlfaaHUjY4AHy4=";
hash = "sha256-WjH27pOOBXmbj8ghr42TLTp8eAKiTq4eRTYnim56J/8=";
};
buildInputs = [