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 pkgs/development/python-modules/transformers/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -59,14 +59,14 @@ buildPythonPackage rec { pname = "transformers"; version = "4.56.1"; version = "4.56.2"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "transformers"; tag = "v${version}"; hash = "sha256-92l1eEiqd3R9TVwNDBee6HsyfnRW1ezEi5fzVqmh76c="; hash = "sha256-epq0a+QjZvXdAuwC/KjoCuAyJLewCaZq4whLSMkAkDI="; }; build-system = [ setuptools ]; 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
pkgs/development/python-modules/transformers/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -59,14 +59,14 @@ buildPythonPackage rec { pname = "transformers"; version = "4.56.1"; version = "4.56.2"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "transformers"; tag = "v${version}"; hash = "sha256-92l1eEiqd3R9TVwNDBee6HsyfnRW1ezEi5fzVqmh76c="; hash = "sha256-epq0a+QjZvXdAuwC/KjoCuAyJLewCaZq4whLSMkAkDI="; }; build-system = [ setuptools ]; Loading