python3Packages.hf-xet: 1.1.3 -> 1.1.4 (#417360)

authored by Nick Cao and committed by GitHub 1f622956 da4a3129

+3 -3
+3 -3
pkgs/development/python-modules/hf-xet/default.nix
··· 9 10 buildPythonPackage rec { 11 pname = "hf-xet"; 12 - version = "1.1.3"; 13 pyproject = true; 14 15 src = fetchFromGitHub { 16 owner = "huggingface"; 17 repo = "xet-core"; 18 tag = "v${version}"; 19 - hash = "sha256-Xj9Nq+Pg9sYfe06LyUVicBqnQRYwI/VCSo6n+YrvEnc="; 20 }; 21 22 sourceRoot = "${src.name}/hf_xet"; ··· 28 src 29 sourceRoot 30 ; 31 - hash = "sha256-zJS1jBbE45F1JU0ROGXYJbZGfvuJSn/4GvML5xfhPbk="; 32 }; 33 34 nativeBuildInputs = [
··· 9 10 buildPythonPackage rec { 11 pname = "hf-xet"; 12 + version = "1.1.4"; 13 pyproject = true; 14 15 src = fetchFromGitHub { 16 owner = "huggingface"; 17 repo = "xet-core"; 18 tag = "v${version}"; 19 + hash = "sha256-pS9FbSybswyboHQwczISYkHAcLclu97zbCMG9olv/D4="; 20 }; 21 22 sourceRoot = "${src.name}/hf_xet"; ··· 28 src 29 sourceRoot 30 ; 31 + hash = "sha256-kBOiukGheqg7twoD++9Z3n+LqQsTAUqyQi0obUeNh08="; 32 }; 33 34 nativeBuildInputs = [