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