We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 316b528 + 69e5750 commit a830691Copy full SHA for a830691
pkgs/development/python-modules/transformers/default.nix
@@ -58,14 +58,14 @@
58
59
buildPythonPackage rec {
60
pname = "transformers";
61
- version = "4.48.0";
+ version = "4.48.1";
62
pyproject = true;
63
64
src = fetchFromGitHub {
65
owner = "huggingface";
66
repo = "transformers";
67
tag = "v${version}";
68
- hash = "sha256-jh2bMmvTC0G0kLJl7xXpsvXvBmlbZEDA88AfosoE9sA=";
+ hash = "sha256-doYvjwajwXqqaKZ363p2SE//9eupfkwrG66j0iUAnU0=";
69
};
70
71
build-system = [ setuptools ];
0 commit comments