diff options
author | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-05-17 20:40:02 +0900 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-05-17 21:02:40 +0900 |
commit | 754659b157a310057b4e5b810f16d2ec8cb961fe (patch) | |
tree | 20e4e7f6c3928d23915f5a67990d44764966e9f0 | |
parent | net/syncthing: Format patches I missed before (diff) |
misc/py-huggingface-hub: update to 0.31.2
Changelog:
- https://github.com/huggingface/huggingface_hub/releases/tag/v0.31.0
- https://github.com/huggingface/huggingface_hub/releases/tag/v0.31.2
Reported by: portscout
-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 cb4886d5d197..fade2278c42a 100644 --- a/misc/py-huggingface-hub/Makefile +++ b/misc/py-huggingface-hub/Makefile @@ -1,5 +1,5 @@ PORTNAME= huggingface-hub -DISTVERSION= 0.30.2 +DISTVERSION= 0.31.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 37e93b4cd46f..78f57ab03615 100644 --- a/misc/py-huggingface-hub/distinfo +++ b/misc/py-huggingface-hub/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744633929 -SHA256 (huggingface_hub-0.30.2.tar.gz) = 9a7897c5b6fd9dad3168a794a8998d6378210f5b9688d0dfc180b1a228dc2466 -SIZE (huggingface_hub-0.30.2.tar.gz) = 400868 +TIMESTAMP = 1747481418 +SHA256 (huggingface_hub-0.31.2.tar.gz) = 7053561376ed7f6ffdaecf09cc54d70dc784ac6315fa4bb9b93e19662b029675 +SIZE (huggingface_hub-0.31.2.tar.gz) = 403025 |