Gaetan Lepage 2024-09-26 21:57:07 +02:00
parent 684fa04c47
commit 161120e886

View File

@ -58,14 +58,14 @@
buildPythonPackage rec {
pname = "transformers";
version = "4.45.0";
version = "4.45.1";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "transformers";
rev = "refs/tags/v${version}";
hash = "sha256-MVgDNSeoqad9v5TEVuUoLYvThyjGyCuOg8Z/F7+URng=";
hash = "sha256-5fGEnw4YllQdZV/0vDGXYsCyTw0rtPRD/V7UWoBBZjQ=";
};
build-system = [ setuptools ];