Unverified Commit 6c5f6bc0 authored by Kira Bruneau's avatar Kira Bruneau Committed by GitHub
Browse files

Merge pull request #259209 from kira-bruneau/huggingface-hub

python3Packages.huggingface-hub: 0.16.4 -> 0.17.3
parents af62462a f05b197c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "huggingface-hub";
  version = "0.16.4";
  version = "0.17.3";
  format = "setuptools";

  disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "huggingface";
    repo = "huggingface_hub";
    rev = "refs/tags/v${version}";
    hash = "sha256-fWvEvYiaLiVGmDdfibIHJAsu7nUX+eaE0QGolS3LHO8=";
    hash = "sha256-zoZIxp9+4FVPLCiikKussC34rwWBQzWMDlZx9S7NnqQ=";
  };

  propagatedBuildInputs = [