python3Packages.apache-tvm-ffi: 0.1.11 -> 0.1.12

This commit is contained in:
R. Ryantm
2026-06-10 13:47:30 +00:00
parent c283837995
commit 236a898777
@@ -21,7 +21,7 @@
buildPythonPackage (finalAttrs: {
pname = "apache-tvm-ffi";
version = "0.1.11";
version = "0.1.12";
pyproject = true;
__structuredAttrs = true;
@@ -30,7 +30,7 @@ buildPythonPackage (finalAttrs: {
repo = "tvm-ffi";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-dqAO6RLLGIRzPk7dNQsQCck+ziyONddhK/t4+S28cn8=";
hash = "sha256-ZFi7MKFiHK2lNoVkQbPhOc7NpIf24PLLP8SqGQiQ9Lw=";
};
build-system = [