Loading pkgs/development/python-modules/tokenizers/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -76,14 +76,14 @@ let 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 { Loading @@ -93,7 +93,7 @@ buildPythonPackage rec { src sourceRoot ; hash = "sha256-X9tsn4gPg7Ih/8NNiCBllgcZgUR/tok+mwCJE53Z/8g="; hash = "sha256-CKbnFtwsEtJ11Wnn8JFpHd7lnUzQMTwJ1DmmB44qciM="; }; sourceRoot = "${src.name}/bindings/python"; Loading Loading
pkgs/development/python-modules/tokenizers/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -76,14 +76,14 @@ let 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 { Loading @@ -93,7 +93,7 @@ buildPythonPackage rec { src sourceRoot ; hash = "sha256-X9tsn4gPg7Ih/8NNiCBllgcZgUR/tok+mwCJE53Z/8g="; hash = "sha256-CKbnFtwsEtJ11Wnn8JFpHd7lnUzQMTwJ1DmmB44qciM="; }; sourceRoot = "${src.name}/bindings/python"; Loading