mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
python313Packages.yara-python: 4.5.2 -> 4.5.4
Diff: VirusTotal/yara-python@refs/tags/v4.5.2...refs/tags/v4.5.4 Changelog: https://github.com/VirusTotal/yara-python/releases/tag/v4.5.4
This commit is contained in:
parent
8c00e8f752
commit
5680270f6e
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "yara-python";
|
pname = "yara-python";
|
||||||
version = "4.5.2";
|
version = "4.5.4";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||||
owner = "VirusTotal";
|
owner = "VirusTotal";
|
||||||
repo = "yara-python";
|
repo = "yara-python";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-RXqazMg78eGxA4JPUqSx0PTcNDmrGjBt5m6OJTmshNU=";
|
hash = "sha256-2ZwLpkT46KNTQ1ymvMGjnrfHQaIy/rXid0kXoCBixXA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# undefined symbol: yr_finalize
|
# undefined symbol: yr_finalize
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue