Skip to content

Commit 1f62295

Browse files
authored
python3Packages.hf-xet: 1.1.3 -> 1.1.4 (#417360)
2 parents da4a312 + 97928c4 commit 1f62295

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/hf-xet/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
buildPythonPackage rec {
1111
pname = "hf-xet";
12-
version = "1.1.3";
12+
version = "1.1.4";
1313
pyproject = true;
1414

1515
src = fetchFromGitHub {
1616
owner = "huggingface";
1717
repo = "xet-core";
1818
tag = "v${version}";
19-
hash = "sha256-Xj9Nq+Pg9sYfe06LyUVicBqnQRYwI/VCSo6n+YrvEnc=";
19+
hash = "sha256-pS9FbSybswyboHQwczISYkHAcLclu97zbCMG9olv/D4=";
2020
};
2121

2222
sourceRoot = "${src.name}/hf_xet";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
2828
src
2929
sourceRoot
3030
;
31-
hash = "sha256-zJS1jBbE45F1JU0ROGXYJbZGfvuJSn/4GvML5xfhPbk=";
31+
hash = "sha256-kBOiukGheqg7twoD++9Z3n+LqQsTAUqyQi0obUeNh08=";
3232
};
3333

3434
nativeBuildInputs = [

0 commit comments

Comments
 (0)