python312Packages.hf-xet: 1.1.0 -> 1.1.2 (#406587)

authored by Gaétan Lepage and committed by GitHub c8f06c1f 83daec3e

+4 -4
+4 -4
pkgs/development/python-modules/hf-xet/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "hf-xet"; 12 - version = "1.1.0"; 12 + version = "1.1.2"; 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-bE3uioAn4I65tOItKzDddAWTP4ZlNUZbfMaSD2anhNk="; 19 + hash = "sha256-272xEw5W2Mo7a/OFpPbVNJMNc3TlmAsOdYFVw4HbXYk="; 20 20 }; 21 21 22 22 sourceRoot = "${src.name}/hf_xet"; ··· 28 28 src 29 29 sourceRoot 30 30 ; 31 - hash = "sha256-D6R2FFGDKB4VgMkflF441Ki8o1RCwBoumQ4oeNL/fnc="; 31 + hash = "sha256-wV8qF3EARKkJWGQVhOPjgi7yKL1idRiuZrJ/HnL1BsQ="; 32 32 }; 33 33 34 34 nativeBuildInputs = [ ··· 50 50 51 51 meta = { 52 52 description = "Xet client tech, used in huggingface_hub"; 53 - homepage = "https://github.com/huggingface/xet-core/hf_xet"; 53 + homepage = "https://github.com/huggingface/xet-core/tree/main/hf_xet"; 54 54 changelog = "https://github.com/huggingface/xet-core/releases/tag/v${version}"; 55 55 license = lib.licenses.asl20; 56 56 maintainers = with lib.maintainers; [ GaetanLepage ];