python3Packages.apache-tvm-ffi: 0.1.10 -> 0.1.11 (#517367)

This commit is contained in:
Gaétan Lepage
2026-05-06 22:47:28 +00:00
committed by GitHub
@@ -21,15 +21,16 @@
buildPythonPackage (finalAttrs: {
pname = "apache-tvm-ffi";
version = "0.1.10";
version = "0.1.11";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "apache";
repo = "tvm-ffi";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-qVO0SOs8eQh+Rl853XJuYIXY6Kis4HqATxhDBAhtxsI=";
hash = "sha256-dqAO6RLLGIRzPk7dNQsQCck+ziyONddhK/t4+S28cn8=";
};
build-system = [