We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da4a312 + 97928c4 commit 1f62295Copy full SHA for 1f62295
pkgs/development/python-modules/hf-xet/default.nix
@@ -9,14 +9,14 @@
9
10
buildPythonPackage rec {
11
pname = "hf-xet";
12
- version = "1.1.3";
+ 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-Xj9Nq+Pg9sYfe06LyUVicBqnQRYwI/VCSo6n+YrvEnc=";
+ hash = "sha256-pS9FbSybswyboHQwczISYkHAcLclu97zbCMG9olv/D4=";
20
};
21
22
sourceRoot = "${src.name}/hf_xet";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
28
src
29
sourceRoot
30
;
31
- hash = "sha256-zJS1jBbE45F1JU0ROGXYJbZGfvuJSn/4GvML5xfhPbk=";
+ hash = "sha256-kBOiukGheqg7twoD++9Z3n+LqQsTAUqyQi0obUeNh08=";
32
33
34
nativeBuildInputs = [
0 commit comments