Skip to content

Commit

Permalink
python312Packages.tokenizers: 0.20.2 -> 0.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Nov 5, 2024
1 parent ec3d46c commit 7d744f3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions pkgs/development/python-modules/tokenizers/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkgs/development/python-modules/tokenizers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ let
in
buildPythonPackage rec {
pname = "tokenizers";
version = "0.20.2";
version = "0.20.3";
pyproject = true;

src = fetchFromGitHub {
owner = "huggingface";
repo = "tokenizers";
rev = "refs/tags/v${version}";
hash = "sha256-6uUlDLL1dMg5/6/z8AuB7ibqSJ7IUVexHDTkLx35wFY=";
hash = "sha256-NPH++kPPaSPR3jm6mfh+4aep6stj0I4bA24kFtaJSKU=";
};

cargoDeps = rustPlatform.importCargoLock { lockFile = ./Cargo.lock; };
Expand Down

0 comments on commit 7d744f3

Please sign in to comment.