From d970a4e1a8768a5c3c4ff4c9c82758f98f07ce1b Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 19 Aug 2025 00:37:25 +0200 Subject: [PATCH] python3Packages.hf-xet: 1.1.7 -> 1.1.8 Diff: https://github.com/huggingface/xet-core/compare/v1.1.7...v1.1.8 Changelog: https://github.com/huggingface/xet-core/releases/tag/v1.1.8 --- pkgs/development/python-modules/hf-xet/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/hf-xet/default.nix b/pkgs/development/python-modules/hf-xet/default.nix index 39b8a914051b..049d870a81d7 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.1.7"; + version = "1.1.8"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "xet-core"; tag = "v${version}"; - hash = "sha256-jOw9ltijM4KB3MyJ5z3XpIpNc2D9DVEP3CyyT6r8xlY="; + hash = "sha256-6KANNPFFZCpmDPnMgIBDBypYkkkeI0Las7BFiCHwzXI="; }; sourceRoot = "${src.name}/hf_xet"; @@ -28,7 +28,7 @@ buildPythonPackage rec { src sourceRoot ; - hash = "sha256-WoMs7GeELuhZitv59aD6X43wiscSFMKKW7mYxaPZ/mQ="; + hash = "sha256-G/O2PxdXDCFBSy0PvC8uvRhWib4+DAKPeK5WNV1gxAY="; }; nativeBuildInputs = [