From 8cfc2b955a6a156c09803a78d9eb7aaf99c73790 Mon Sep 17 00:00:00 2001 From: Owen-sz Date: Sun, 7 Jun 2026 12:12:36 -0500 Subject: [PATCH] fix hf-xet source Signed-off-by: Owen-sz --- anda/langs/python/hf-xet/xf-xet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/python/hf-xet/xf-xet.spec b/anda/langs/python/hf-xet/xf-xet.spec index 5dfc587140..2b7efefca8 100644 --- a/anda/langs/python/hf-xet/xf-xet.spec +++ b/anda/langs/python/hf-xet/xf-xet.spec @@ -7,7 +7,7 @@ Release: 2%{?dist} Summary: xet client tech, used in huggingface_hub License: Apache-2.0 URL: https://github.com/huggingface/xet-core -Source0: %url/archive/refs/tags/v%version.tar.gz +Source0: %{url}/releases/download/%{version}/hf_xet-%{version}.tar.gz BuildRequires: python3-devel BuildRequires: python3-pip