Skip to content

Commit

Permalink
python312Packages.huggingface-hub: 0.25.2 -> 0.26.1 (#350259)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Oct 22, 2024
2 parents a6401ae + 27d3ece commit d2dfc1a
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.25.2";
version = "0.26.1";
pyproject = true;

src = fetchFromGitHub {
owner = "huggingface";
repo = "huggingface_hub";
rev = "refs/tags/v${version}";
hash = "sha256-wUZkh8ti35F8bGtEKJZGSRySLvCkIWEFajQNWo/WCys=";
hash = "sha256-tro4Cvjyjc1vfAvYnfeKjh8ej83Z8l4cKe8SqIBVLXg=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit d2dfc1a

Please sign in to comment.