Skip to content

Commit

Permalink
python312Packages.huggingface-hub: 0.26.5 -> 0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Jan 10, 2025
1 parent cb6b16c commit c18d584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/huggingface-hub/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@

buildPythonPackage rec {
pname = "huggingface-hub";
version = "0.26.5";
version = "0.27.1";
pyproject = true;

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

build-system = [ setuptools ];
Expand Down

0 comments on commit c18d584

Please sign in to comment.