Commit c1c7aa28 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent a6d2a97f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,14 +40,14 @@

buildPythonPackage rec {
  pname = "huggingface-hub";
  version = "0.32.3";
  version = "0.33.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "huggingface";
    repo = "huggingface_hub";
    tag = "v${version}";
    hash = "sha256-qCFwzhjQI1L7mgSSqDPw59woTSTDY0boWSHcm7dgx2A=";
    hash = "sha256-rrOmmYHH8Rz6OhJPbRfdwC/AATdYrPTTuPvCPe0G3Do=";
  };

  build-system = [ setuptools ];