python3Packages.xgrammar: 0.1.24 -> 0.1.31

https://github.com/mlc-ai/xgrammar/releases/tag/v0.1.31

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:40:50 +01:00
parent c6c2ad48ad
commit 113a12984b
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "xgrammar";
version = "0.1.24";
version = "0.1.31";
pyproject = true;
src = fetchFromGitHub {
@@ -35,7 +35,7 @@ buildPythonPackage rec {
repo = "xgrammar";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-K+GCHuWKF449JaGWr7FQrDeJS3pxmVKnGf68L53LrK0=";
hash = "sha256-Baa/DiRoNcIv4UOC+msi4PgfRWnwprnZpLG2v7qB2h4=";
};
patches = [