Merge pull request #172719 from r-ryantm/auto-update/python3.10-huggingface-hub

python310Packages.huggingface-hub: 0.4.0 -> 0.6.0

Closes #167944
main
Mario Rodas 2 years ago committed by GitHub
commit 1566b1955a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      pkgs/development/python-modules/huggingface-hub/default.nix

@ -14,13 +14,13 @@
buildPythonPackage rec {
pname = "huggingface-hub";
version = "0.4.0";
version = "0.6.0";
src = fetchFromGitHub {
owner = "huggingface";
repo = "huggingface_hub";
rev = "v${version}";
sha256 = "sha256-rrkubNy60e/1VcGacYQang4yWxUzIBGySxZyq6G1arw=";
rev = "refs/tags/v${version}";
sha256 = "sha256-jR4aqMAAQJ5a7pOe3RpCtLgdm5JVVSPsBQtube6FeqM=";
};
nativeBuildInputs = [ packaging ];
@ -41,7 +41,7 @@ buildPythonPackage rec {
meta = with lib; {
homepage = "https://github.com/huggingface/huggingface_hub";
description = "Download and publish models and other files on the huggingface.co hub";
changelog = "https://github.com/huggingface/huggingface_hub/releases/tag/${version}";
changelog = "https://github.com/huggingface/huggingface_hub/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ ];
};

Loading…
Cancel
Save