summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/python-web.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 478088c502f..d8daf039c40 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2079,7 +2079,7 @@ to be used directly, and is instead intended to be used from
2079(define-public python-huggingface-hub 2079(define-public python-huggingface-hub
2080 (package 2080 (package
2081 (name "python-huggingface-hub") 2081 (name "python-huggingface-hub")
2082 (version "0.31.4") 2082 (version "0.36.2")
2083 (source 2083 (source
2084 (origin 2084 (origin
2085 (method git-fetch) 2085 (method git-fetch)
@@ -2088,7 +2088,7 @@ to be used directly, and is instead intended to be used from
2088 (commit (string-append "v" version)))) 2088 (commit (string-append "v" version))))
2089 (file-name (git-file-name name version)) 2089 (file-name (git-file-name name version))
2090 (sha256 2090 (sha256
2091 (base32 "1rjkrmvvyzxlbnbndrg4v9qq39grn46c26zrdjgpf114gci5pwap")))) 2091 (base32 "0hgdkfp7472sp0fjm5mwsx2rdlbr2ms8mzfzs0zr501gdwr7jjki"))))
2092 (build-system pyproject-build-system) 2092 (build-system pyproject-build-system)
2093 (arguments 2093 (arguments
2094 (list 2094 (list
@@ -2140,6 +2140,7 @@ to be used directly, and is instead intended to be used from
2140 (propagated-inputs 2140 (propagated-inputs
2141 (list python-filelock 2141 (list python-filelock
2142 python-fsspec 2142 python-fsspec
2143 python-hf-xet
2143 python-packaging 2144 python-packaging
2144 python-pyyaml 2145 python-pyyaml
2145 python-requests 2146 python-requests
@@ -2165,8 +2166,7 @@ to be used directly, and is instead intended to be used from
2165 python-types-toml 2166 python-types-toml
2166 python-types-urllib3 2167 python-types-urllib3
2167 python-typing-extensions 2168 python-typing-extensions
2168 python-urllib3 2169 python-urllib3))
2169 python-wheel))
2170 (home-page "https://huggingface.co/docs/huggingface_hub/") 2170 (home-page "https://huggingface.co/docs/huggingface_hub/")
2171 (synopsis "Client library for accessing the huggingface.co hub") 2171 (synopsis "Client library for accessing the huggingface.co hub")
2172 (description 2172 (description