Commit 3d27a025 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent 1ef5ff66
Loading
Loading
Loading
Loading
+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 ];