yara-python: 4.4.0 -> 4.5.0
This commit is contained in:
parent
81693fc4b3
commit
1b4558c4cf
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "yara-python";
|
pname = "yara-python";
|
||||||
version = "4.4.0";
|
version = "4.5.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
||||||
owner = "VirusTotal";
|
owner = "VirusTotal";
|
||||||
repo = "yara-python";
|
repo = "yara-python";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-Fl/0ordXDKC1CBBmPx0fEwZZjqSiMxnwNvQqD98MjRo=";
|
hash = "sha256-RcrzzJQdzn+BXEp5M3ziGL6qSgfUN3wJ3JxwgjzVeuk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# undefined symbol: yr_finalize
|
# undefined symbol: yr_finalize
|
||||||
|
|
Loading…
Reference in a new issue