python312Packages.transformers: 4.45.0 -> 4.45.1 (#344720)

This commit is contained in:
Yt
2024-09-26 22:29:10 -04:00
committed by GitHub
@@ -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 ];