summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2024-09-16 12:09:45 +0200
committerGitHub <noreply@github.com>2024-09-16 12:09:45 +0200
commitbfd99fb32fa489f019b8cae01f2269b560f6b479 (patch)
tree03ba63bc898a393228305e429e47eb77ce5d8d56
parentfcitx5-pinyin-moegirl: 20240809 -> 20240909 (#342222) (diff)
parentpython312Packages.huggingface-hub: 0.24.6 -> 0.24.7 (diff)
downloadnixpkgs-bfd99fb32fa489f019b8cae01f2269b560f6b479.tar.gz
python312Packages.huggingface-hub: 0.24.6 -> 0.24.7 (#341646)
-rw-r--r--pkgs/development/python-modules/huggingface-hub/default.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/pkgs/development/python-modules/huggingface-hub/default.nix b/pkgs/development/python-modules/huggingface-hub/default.nix
index 213d4f2f4e0b..229daf9b15e2 100644
--- a/pkgs/development/python-modules/huggingface-hub/default.nix
+++ b/pkgs/development/python-modules/huggingface-hub/default.nix
@@ -1,7 +1,6 @@
{
lib,
buildPythonPackage,
- pythonOlder,
fetchFromGitHub,
# build-system
@@ -19,16 +18,14 @@
buildPythonPackage rec {
pname = "huggingface-hub";
- version = "0.24.6";
+ version = "0.24.7";
pyproject = true;
- disabled = pythonOlder "3.8";
-
src = fetchFromGitHub {
owner = "huggingface";
repo = "huggingface_hub";
rev = "refs/tags/v${version}";
- hash = "sha256-1W+hfe2m5mXidbepVPMObnOZH6LCQG9dvFRbo9iUjKg=";
+ hash = "sha256-7JW98PVJy3dKn3V+JmyxCZJplFUpqPckMbOJR45ZH7o=";
};
build-system = [ setuptools ];