diff options
author | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-04-14 21:52:10 +0900 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-04-14 22:33:07 +0900 |
commit | 3ad1c7cd1110dcf7c491b29700b15127f24b4fd1 (patch) | |
tree | 6024f83471c6c53e32ea8022587d6188434377b3 | |
parent | net/netatalk4: Update to 4.2.1 (diff) |
misc/py-huggingface-hub: update to 0.30.2
Changelog:
- https://github.com/huggingface/huggingface_hub/releases/tag/v0.30.0
- https://github.com/huggingface/huggingface_hub/releases/tag/v0.30.1
- https://github.com/huggingface/huggingface_hub/releases/tag/v0.30.2
Reported by: Repology
-rw-r--r-- | misc/py-huggingface-hub/Makefile | 2 | ||||
-rw-r--r-- | misc/py-huggingface-hub/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/py-huggingface-hub/Makefile b/misc/py-huggingface-hub/Makefile index 235609799c74..cb4886d5d197 100644 --- a/misc/py-huggingface-hub/Makefile +++ b/misc/py-huggingface-hub/Makefile @@ -1,5 +1,5 @@ PORTNAME= huggingface-hub -DISTVERSION= 0.29.3 +DISTVERSION= 0.30.2 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-huggingface-hub/distinfo b/misc/py-huggingface-hub/distinfo index 375b600d4deb..37e93b4cd46f 100644 --- a/misc/py-huggingface-hub/distinfo +++ b/misc/py-huggingface-hub/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742632816 -SHA256 (huggingface_hub-0.29.3.tar.gz) = 64519a25716e0ba382ba2d3fb3ca082e7c7eb4a2fc634d200e8380006e0760e5 -SIZE (huggingface_hub-0.29.3.tar.gz) = 390123 +TIMESTAMP = 1744633929 +SHA256 (huggingface_hub-0.30.2.tar.gz) = 9a7897c5b6fd9dad3168a794a8998d6378210f5b9688d0dfc180b1a228dc2466 +SIZE (huggingface_hub-0.30.2.tar.gz) = 400868 |