diff options
author | Hiroki Tagato <tagattie@FreeBSD.org> | 2024-07-28 12:26:29 +0900 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2024-07-28 12:27:48 +0900 |
commit | 00897cda332964cde6aeb07da6bb5e7a23f70c91 (patch) | |
tree | 329c9af7511ebbc9809d0a7069f2c7409ed9cc32 | |
parent | sysutils/bottom: Update to 0.9.7 (diff) |
misc/py-huggingface-hub: update to 0.24.2
Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v0.24.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 ca2ee0e0939b..0d182b0245c5 100644 --- a/misc/py-huggingface-hub/Makefile +++ b/misc/py-huggingface-hub/Makefile @@ -1,5 +1,5 @@ PORTNAME= huggingface-hub -DISTVERSION= 0.24.1 +DISTVERSION= 0.24.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 e0b305c6908b..7b906c314b4b 100644 --- a/misc/py-huggingface-hub/distinfo +++ b/misc/py-huggingface-hub/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721808527 -SHA256 (huggingface_hub-0.24.1.tar.gz) = 6915e34c7b1282b0f7c2387c12db21003b79889f1dad57da0434ecd10f3293a8 -SIZE (huggingface_hub-0.24.1.tar.gz) = 348927 +TIMESTAMP = 1722136664 +SHA256 (huggingface_hub-0.24.2.tar.gz) = 92be892405d2f6a7a8479016f9a5662354f202b2c6c1ff499609621aed1fae10 +SIZE (huggingface_hub-0.24.2.tar.gz) = 348909 |