Unverified Commit c2d84fdc authored by Yt's avatar Yt Committed by GitHub
Browse files

python3Packages.tokenizers: 0.22.0 -> 0.22.1 (#444345)

parents 5c1bfea7 3d27a025
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 {
@@ -93,7 +93,7 @@ buildPythonPackage rec {
      src
      sourceRoot
      ;
    hash = "sha256-X9tsn4gPg7Ih/8NNiCBllgcZgUR/tok+mwCJE53Z/8g=";
    hash = "sha256-CKbnFtwsEtJ11Wnn8JFpHd7lnUzQMTwJ1DmmB44qciM=";
  };

  sourceRoot = "${src.name}/bindings/python";
+2 −2
Original line number Diff line number Diff line
@@ -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 ];