From e83460cf60545859e8d2b227b99a74479649ec7a Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 25 Apr 2025 23:16:40 +0200 Subject: [PATCH] python312Packages.hf-xet: 1.0.4 -> 1.0.5 Diff: https://github.com/huggingface/xet-core/compare/refs/tags/v1.0.4...refs/tags/v1.0.5 Changelog: https://github.com/huggingface/xet-core/releases/tag/v1.0.5 --- pkgs/development/python-modules/hf-xet/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/hf-xet/default.nix b/pkgs/development/python-modules/hf-xet/default.nix index ceb5bb874e83..ebdc9c7fc423 100644 --- a/pkgs/development/python-modules/hf-xet/default.nix +++ b/pkgs/development/python-modules/hf-xet/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "hf-xet"; - version = "1.0.4"; + version = "1.0.5"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "xet-core"; tag = "v${version}"; - hash = "sha256-V1PeTgjVrJ4FquP/LkKnd8N41mca4zNPDP3M+dPbTyA="; + hash = "sha256-SBL2s5+hbB7G5Qzo/nF+PXp2zuce4HKWG2cgyY41G8I="; }; sourceRoot = "${src.name}/hf_xet";