Skip to content

Commit ef58249

Browse files
authored
python312Packages.transformers: 4.46.2 -> 4.46.3 (#357179)
2 parents 1a32ccd + 551322f commit ef58249

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/transformers

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/transformers/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@
5858

5959
buildPythonPackage rec {
6060
pname = "transformers";
61-
version = "4.46.2";
61+
version = "4.46.3";
6262
pyproject = true;
6363

6464
src = fetchFromGitHub {
6565
owner = "huggingface";
6666
repo = "transformers";
6767
rev = "refs/tags/v${version}";
68-
hash = "sha256-5bYjgrW2ITJ/bc8BP/tWjzwLrLQHgvKSVyUCNsRniFM=";
68+
hash = "sha256-unQ1BypPv3fcFLCq4yoyat4pNy4ub5kgKfQRnfhuaGI=";
6969
};
7070

7171
build-system = [ setuptools ];

0 commit comments

Comments
 (0)