makedeb


python3-huggingface-hub 0.24.2-0


All the open source things related to the Hugging Face Hub

Click here to go back to the commit logs for python3-huggingface-hub.

Commit:


Hash: 1b40585961896cc62349403b0c7a9f2ae887d16f

Message: [lilac] updated to 1:0.19.4-1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 59e9a02..3c92a32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = python-huggingface-hub
 	pkgdesc = All the open source things related to the Hugging Face Hub
-	pkgver = 0.19.3
+	pkgver = 0.19.4
 	pkgrel = 1
 	epoch = 1
 	url = https://github.com/huggingface/huggingface_hub
@@ -13,7 +13,7 @@ pkgbase = python-huggingface-hub
 	depends = python-yaml
 	depends = python-typing_extensions
 	depends = python-packaging
-	source = huggingface_hub-0.19.3.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.19.3.tar.gz
-	sha512sums = 0f892cadfddf9d1861311b330507a2dd996081a30792af89c84b58caa83e3ab741b241460cf8e13b88718fab6f422a3b5aafbfaada48ae5990f52bbd072ffeae
+	source = huggingface_hub-0.19.4.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.19.4.tar.gz
+	sha512sums = f522ac7ba46eb38e4ed4a63b578c5077a3ff908a3d9b529f562c5bded7dda59d4b27ff07771b8bffaf7a638cfcf56a963da6acbc36864ba7017747345190dc66
 
 pkgname = python-huggingface-hub
diff --git a/PKGBUILD b/PKGBUILD
index 2df9716..2fe5ed6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 _pkgname=huggingface_hub
 pkgname=python-huggingface-hub
-pkgver=0.19.3
+pkgver=0.19.4
 pkgrel=1
 epoch=1
 pkgdesc='All the open source things related to the Hugging Face Hub'
@@ -22,7 +22,7 @@ makedepends=(
 )
 
 source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('0f892cadfddf9d1861311b330507a2dd996081a30792af89c84b58caa83e3ab741b241460cf8e13b88718fab6f422a3b5aafbfaada48ae5990f52bbd072ffeae')
+sha512sums=('f522ac7ba46eb38e4ed4a63b578c5077a3ff908a3d9b529f562c5bded7dda59d4b27ff07771b8bffaf7a638cfcf56a963da6acbc36864ba7017747345190dc66')
 
 build() {
   cd "${_pkgname}-${pkgver}"