File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/yara-x Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99} :
1010buildPythonPackage rec {
1111 pname = "yara-x" ;
12- version = "0.15 .0" ;
12+ version = "1.5 .0" ;
1313 pyproject = true ;
1414
1515 disabled = pythonOlder "3.9" ;
@@ -18,14 +18,14 @@ buildPythonPackage rec {
1818 owner = "VirusTotal" ;
1919 repo = "yara-x" ;
2020 tag = "v${ version } " ;
21- hash = "sha256-fbuh/SMfOygnuvG9zTZqem4oLaS+5uXScXPhU3aVDjM =" ;
21+ hash = "sha256-YZmhwHA6PnQb3QXhbWK8cbV0CScbiD5k+HceDcV6iCI =" ;
2222 } ;
2323
2424 buildAndTestSubdir = "py" ;
2525
2626 cargoDeps = rustPlatform . fetchCargoVendor {
2727 inherit pname src version ;
28- hash = "sha256-+dPIujaxDJ7JrtNvX4VjGHFmgtCb1BJpFQL4c3E1/GY =" ;
28+ hash = "sha256-8LofNTLa3a2dDH72T54HJR/+qArXt+X6OMJIQwmjQIQ =" ;
2929 } ;
3030
3131 nativeBuildInputs = [
You can’t perform that action at this time.
0 commit comments