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

authored by Fabian Affolter and committed by GitHub e1069fa6 f1ba67f2

+3 -3
+3 -3
pkgs/development/python-modules/yara-x/default.nix
··· 9 }: 10 buildPythonPackage rec { 11 pname = "yara-x"; 12 - version = "0.13.0"; 13 pyproject = true; 14 15 disabled = pythonOlder "3.9"; ··· 18 owner = "VirusTotal"; 19 repo = "yara-x"; 20 tag = "v${version}"; 21 - hash = "sha256-ZSJHvpRZO6Tbw7Ct4oD6QmuV4mJ4RGW5gnT6PTX+nC8="; 22 }; 23 24 buildAndTestSubdir = "py"; 25 26 cargoDeps = rustPlatform.fetchCargoVendor { 27 inherit pname src version; 28 - hash = "sha256-pD4qyw+TTpmcoX1N3C65VelYszYifm9sFOsEkXEysvo="; 29 }; 30 31 nativeBuildInputs = [
··· 9 }: 10 buildPythonPackage rec { 11 pname = "yara-x"; 12 + version = "0.14.0"; 13 pyproject = true; 14 15 disabled = pythonOlder "3.9"; ··· 18 owner = "VirusTotal"; 19 repo = "yara-x"; 20 tag = "v${version}"; 21 + hash = "sha256-C8wBGmilouNcNN3HkwvSTWcZY1fe0jVc2TeWDN4w5xA="; 22 }; 23 24 buildAndTestSubdir = "py"; 25 26 cargoDeps = rustPlatform.fetchCargoVendor { 27 inherit pname src version; 28 + hash = "sha256-afCBuWr12trjEIDvE0qnGFxTXU7LKZCzZB8RqgqperY="; 29 }; 30 31 nativeBuildInputs = [