Commit 858cc100 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent b5e22438
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@

buildPythonPackage rec {
  pname = "transformers";
  version = "4.39.0";
  version = "4.39.1";
  format = "setuptools";

  disabled = pythonOlder "3.8";
@@ -62,7 +62,7 @@ buildPythonPackage rec {
    owner = "huggingface";
    repo = "transformers";
    rev = "refs/tags/v${version}";
    hash = "sha256-iOypG9WRvZ3Y9wwW/wGlHGdQx246TGqvvml9qyI2vFk=";
    hash = "sha256-OzuiKzhgI9eRTPq3l7x4aw3fxvCe4080pK1RKzcC1RQ=";
  };

  propagatedBuildInputs = [