Unverified Commit e1069fa6 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.yara-x: 0.13.0 -> 0.14.0 (#401369)

parents f1ba67f2 92e9ff93
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
}:
buildPythonPackage rec {
  pname = "yara-x";
  version = "0.13.0";
  version = "0.14.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -18,14 +18,14 @@ buildPythonPackage rec {
    owner = "VirusTotal";
    repo = "yara-x";
    tag = "v${version}";
    hash = "sha256-ZSJHvpRZO6Tbw7Ct4oD6QmuV4mJ4RGW5gnT6PTX+nC8=";
    hash = "sha256-C8wBGmilouNcNN3HkwvSTWcZY1fe0jVc2TeWDN4w5xA=";
  };

  buildAndTestSubdir = "py";

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit pname src version;
    hash = "sha256-pD4qyw+TTpmcoX1N3C65VelYszYifm9sFOsEkXEysvo=";
    hash = "sha256-afCBuWr12trjEIDvE0qnGFxTXU7LKZCzZB8RqgqperY=";
  };

  nativeBuildInputs = [