lol

python312Packages.hf-xet: 1.0.5 -> 1.1.0

Diff: https://github.com/huggingface/xet-core/compare/refs/tags/v1.0.5...refs/tags/v1.1.0

Changelog: https://github.com/huggingface/xet-core/releases/tag/v1.1.0

+3 -3
+3 -3
pkgs/development/python-modules/hf-xet/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "hf-xet"; 12 - version = "1.0.5"; 12 + version = "1.1.0"; 13 13 pyproject = true; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "huggingface"; 17 17 repo = "xet-core"; 18 18 tag = "v${version}"; 19 - hash = "sha256-SBL2s5+hbB7G5Qzo/nF+PXp2zuce4HKWG2cgyY41G8I="; 19 + hash = "sha256-bE3uioAn4I65tOItKzDddAWTP4ZlNUZbfMaSD2anhNk="; 20 20 }; 21 21 22 22 sourceRoot = "${src.name}/hf_xet"; ··· 28 28 src 29 29 sourceRoot 30 30 ; 31 - hash = "sha256-gDHBnNWpCHwxbwYKQZQEfClXUPtWesb+cxtPXEOj1Us="; 31 + hash = "sha256-D6R2FFGDKB4VgMkflF441Ki8o1RCwBoumQ4oeNL/fnc="; 32 32 }; 33 33 34 34 nativeBuildInputs = [