From e7bd3a5094a43d9c2e1d05dc3d217f5fd657092e Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 12 Sep 2025 23:57:31 +0200 Subject: [PATCH] python3Packages.hf-xet: 1.1.9 -> 1.1.10 Diff: https://github.com/huggingface/xet-core/compare/v1.1.9...v1.1.10 Changelog: https://github.com/huggingface/xet-core/releases/tag/v1.1.10 --- 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 dbfbf8946fb5..3c64ddbbe7c7 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.9"; + version = "1.1.10"; pyproject = true; src = fetchFromGitHub { owner = "huggingface"; repo = "xet-core"; tag = "v${version}"; - hash = "sha256-wbgGc2B3K0SRA37HaDbDKztBZgM9B8CwCLPLAd6oZ2U="; + hash = "sha256-dCyHRspViTIt8nc+KmmS6xJzL1oqRvCX4ndK2yGaf6A="; }; sourceRoot = "${src.name}/hf_xet"; @@ -28,7 +28,7 @@ buildPythonPackage rec { src sourceRoot ; - hash = "sha256-YaWdF6uA++d3bgOZNAkN92oB6lUiBBQb1Q+4CrMaATA="; + hash = "sha256-6XBKiMXTPtqbFtDVHZL23zYow/l6UYLjZOPPZdyKPwg="; }; nativeBuildInputs = [