python3Packages.xgrammar: 0.1.19 -> 0.1.22

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

This commit was automatically generated using update-python-libraries.

Changed files
+3 -3
pkgs
development
python-modules
xgrammar
+3 -3
pkgs/development/python-modules/xgrammar/default.nix
···
buildPythonPackage rec {
pname = "xgrammar";
-
version = "0.1.19";
+
version = "0.1.22";
pyproject = true;
src = fetchFromGitHub {
···
repo = "xgrammar";
tag = "v${version}";
fetchSubmodules = true;
-
hash = "sha256-0b2tJx1D/2X/uosbthHfevUpTCBtuSKNlxOKyidTotA=";
+
hash = "sha256-mz6eabETkAzDoPjXE5VJvgrR1vnXXmx3JO4xZRH4TRQ=";
};
patches = [
···
meta = {
description = "Efficient, Flexible and Portable Structured Generation";
homepage = "https://xgrammar.mlc.ai";
-
changelog = "https://github.com/mlc-ai/xgrammar/releases/tag/v${version}";
+
changelog = "https://github.com/mlc-ai/xgrammar/releases/tag/${src.tag}";
license = lib.licenses.asl20;
};
}