forked from mirrors/nixpkgs
python3Packages.tokenizers: 0.10.1 -> 0.10.3
Changelog: https://github.com/huggingface/tokenizers/releases/tag/python-v0.10.2 https://github.com/huggingface/tokenizers/releases/tag/python-v0.10.3
This commit is contained in:
parent
2dc9fce8f7
commit
1202bf4227
|
@ -49,19 +49,19 @@ let
|
|||
};
|
||||
in buildPythonPackage rec {
|
||||
pname = "tokenizers";
|
||||
version = "0.10.1";
|
||||
version = "0.10.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "huggingface";
|
||||
repo = pname;
|
||||
rev = "python-v${version}";
|
||||
hash = "sha256-N/dKjQwHKmJnB76q8ISQ3cjuW0Z4GqGavnFFx/w9JRQ=";
|
||||
hash = "sha256-X7aUiJJjB2ZDlE8LbK7Pn/15SLTZbP8kb4l9ED7/xvU=";
|
||||
};
|
||||
|
||||
cargoDeps = rustPlatform.fetchCargoTarball {
|
||||
inherit src sourceRoot;
|
||||
name = "${pname}-${version}";
|
||||
hash = "sha256-3ICSjtiRfLOj+PXu6mcuDoAtod5uXAcabYWTLxEgI18=";
|
||||
hash = "sha256-gRqxlL6q87sGC0birDhCmGF+CVbfxwOxW6Tl6+5mGoo=";
|
||||
};
|
||||
|
||||
sourceRoot = "source/bindings/python";
|
||||
|
|
Loading…
Reference in a new issue