1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00
Gaetan Lepage 2024-09-25 22:13:30 +02:00
parent 499be5024e
commit f28f4bd3c0

View file

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