python3Packages.tokenizers: 0.22.0 -> 0.22.1

Diff: https://github.com/huggingface/tokenizers/compare/v0.22.0...v0.22.1

Changelog: https://github.com/huggingface/tokenizers/releases/tag/v0.22.1

Changed files
+3 -3
pkgs
development
python-modules
tokenizers
+3 -3
pkgs/development/python-modules/tokenizers/default.nix
···
in
buildPythonPackage rec {
pname = "tokenizers";
-
version = "0.22.0";
+
version = "0.22.1";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "tokenizers";
tag = "v${version}";
-
hash = "sha256-HTJQ5nPkOsVqYzcsm0GLflX+teqDsrpIb5nf5pa7Gpc=";
+
hash = "sha256-1ijP16Fw/dRgNXXX9qEymXNaamZmlNFqbfZee82Qz6c=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
···
src
sourceRoot
;
-
hash = "sha256-X9tsn4gPg7Ih/8NNiCBllgcZgUR/tok+mwCJE53Z/8g=";
+
hash = "sha256-CKbnFtwsEtJ11Wnn8JFpHd7lnUzQMTwJ1DmmB44qciM=";
};
sourceRoot = "${src.name}/bindings/python";