Unverified Commit ceed55dd authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

parents f1511d71 c4180aa5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];
  };