Unverified Commit 99b0506f authored by Yt's avatar Yt Committed by GitHub
Browse files

python312Packages.huggingface-hub: 0.27.1 -> 0.28.1,...

python312Packages.huggingface-hub: 0.27.1 -> 0.28.1, python312Packages.transformers: 4.48.1 -> 4.48.2 (#378039)
parents cc038f10 e5809380
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

buildPythonPackage rec {
  pname = "huggingface-hub";
  version = "0.27.1";
  version = "0.28.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "huggingface";
    repo = "huggingface_hub";
    tag = "v${version}";
    hash = "sha256-7cfu+qBro6u7bcRTTWHq+AemHqW7yb702owGoE5iTVg=";
    hash = "sha256-QrbwpJub4+pfbFERBk6GSZDSrjoCPniO+kB5hiddk28=";
  };

  build-system = [ setuptools ];
+2 −2
Original line number Diff line number Diff line
@@ -59,14 +59,14 @@

buildPythonPackage rec {
  pname = "transformers";
  version = "4.48.1";
  version = "4.48.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "huggingface";
    repo = "transformers";
    tag = "v${version}";
    hash = "sha256-doYvjwajwXqqaKZ363p2SE//9eupfkwrG66j0iUAnU0=";
    hash = "sha256-jW/yhzmxQd/5BgbDImUaJSF0oMKIpIGhFoJuMZu0tv0=";
  };

  patches = [