python312Packages.curated-tokenizers: 0.0.9 -> 2.0.0 (#401572)

This commit is contained in:
Nick Cao
2025-04-25 16:25:53 -04:00
committed by GitHub
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "curated-tokenizers";
version = "0.0.9";
version = "2.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "explosion";
repo = "curated-tokenizers";
tag = "v${version}";
hash = "sha256-P8kpPnaU3el7sc/vUn4waQN+JV7F9b49i6BtC4BFfIg=";
hash = "sha256-VkDV/9c5b8TzYlthCZ38ufbrne4rihtkmkZ/gyAQXLE=";
fetchSubmodules = true;
};
@@ -49,7 +49,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Lightweight piece tokenization library";
homepage = "https://github.com/explosion/curated-tokenizers";
changelog = "https://github.com/explosion/curated-tokenizers/releases/tag/v${version}";
changelog = "https://github.com/explosion/curated-tokenizers/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ danieldk ];
};