Skip to content

Commit 2d48cf6

Browse files
authored
python312Packages.huggingface-hub: 0.26.5 -> 0.27.1 (NixOS#371451)
2 parents e38ef1e + 70df536 commit 2d48cf6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkgs/development/python-modules/huggingface-hub/default.nix

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

1919
buildPythonPackage rec {
2020
pname = "huggingface-hub";
21-
version = "0.26.5";
21+
version = "0.27.1";
2222
pyproject = true;
2323

2424
src = fetchFromGitHub {
2525
owner = "huggingface";
2626
repo = "huggingface_hub";
2727
tag = "v${version}";
28-
hash = "sha256-0yg0UwC0vyp8Q+2RTyAJkFP9I4/RQ6zRj3CaKJwU8Gc=";
28+
hash = "sha256-7cfu+qBro6u7bcRTTWHq+AemHqW7yb702owGoE5iTVg=";
2929
};
3030

3131
build-system = [ setuptools ];

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.47.1";
61+
version = "4.48.0";
6262
pyproject = true;
6363

6464
src = fetchFromGitHub {
6565
owner = "huggingface";
6666
repo = "transformers";
6767
tag = "v${version}";
68-
hash = "sha256-xwc84wFUSRJ8SNCLiI7FQ1v/JKnXkTW4EpNCjgUbZ8E=";
68+
hash = "sha256-jh2bMmvTC0G0kLJl7xXpsvXvBmlbZEDA88AfosoE9sA=";
6969
};
7070

7171
build-system = [ setuptools ];

0 commit comments

Comments
 (0)