Commit 6944c579 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.yara-x: 1.7.1 -> 1.8.1

parent 723e1e95
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
}:
buildPythonPackage rec {
  pname = "yara-x";
  version = "1.7.1";
  version = "1.8.1";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -18,14 +18,14 @@ buildPythonPackage rec {
    owner = "VirusTotal";
    repo = "yara-x";
    tag = "v${version}";
    hash = "sha256-Ux7BA5LH1HN7Kq84UQw7n7Ad/LmHekdWkLaUIxvp5g8=";
    hash = "sha256-dl2uxMo81K2ZEAfZk2OP0FXTY4lKGmzqZe0QQo/YIsA=";
  };

  buildAndTestSubdir = "py";

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit pname src version;
    hash = "sha256-o9m1zPDhn5ZxBonQMTFp19jUYMInwW9r/O8UwQpExqk=";
    hash = "sha256-+Bva1uch6fd6gl2MH2ss3S6Ea1QkvgVePhdUVUDuIE8=";
  };

  nativeBuildInputs = [