Skip to content

Commit 1316aee

Browse files
authored
python312Packages.sentence-transformers: 4.0.2 -> 4.1.0 (#398919)
2 parents a463b2f + 5fe06a6 commit 1316aee

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/sentence-transformers

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/sentence-transformers/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626

2727
buildPythonPackage rec {
2828
pname = "sentence-transformers";
29-
version = "4.0.2";
29+
version = "4.1.0";
3030
pyproject = true;
3131

3232
src = fetchFromGitHub {
3333
owner = "UKPLab";
3434
repo = "sentence-transformers";
3535
tag = "v${version}";
36-
hash = "sha256-sBTepBXSFyDX1zUu/iAj6PamCWhV8fjRbaFN7fBmOao=";
36+
hash = "sha256-9Mg3+7Yxf195h4cUNLP/Z1PrauxanHJfS8OV2JIwRj4=";
3737
};
3838

3939
build-system = [ setuptools ];

0 commit comments

Comments
 (0)