Skip to content

Commit

Permalink
Merge pull request NixOS#319834 from GaetanLepage/huggingface-hub
Browse files Browse the repository at this point in the history
python311Packages.huggingface-hub: 0.23.3 -> 0.23.4
  • Loading branch information
GaetanLepage authored Jun 16, 2024
2 parents 22279ca + 92abb1b commit d9e7ae3
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 @@ -15,7 +15,7 @@

buildPythonPackage rec {
pname = "huggingface-hub";
version = "0.23.3";
version = "0.23.4";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "huggingface_hub";
rev = "refs/tags/v${version}";
hash = "sha256-878ijhVxvVvytYZTpCBbmo3GsU1bvOl2HXlPu0E/xtQ=";
hash = "sha256-6UAuNKeltaclhnQ7J2X0EziGitROMKmOlIWGw87y66E=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit d9e7ae3

Please sign in to comment.