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 a463b2f + 5fe06a6 commit 1316aeeCopy full SHA for 1316aee
pkgs/development/python-modules/sentence-transformers/default.nix
@@ -26,14 +26,14 @@
26
27
buildPythonPackage rec {
28
pname = "sentence-transformers";
29
- version = "4.0.2";
+ version = "4.1.0";
30
pyproject = true;
31
32
src = fetchFromGitHub {
33
owner = "UKPLab";
34
repo = "sentence-transformers";
35
tag = "v${version}";
36
- hash = "sha256-sBTepBXSFyDX1zUu/iAj6PamCWhV8fjRbaFN7fBmOao=";
+ hash = "sha256-9Mg3+7Yxf195h4cUNLP/Z1PrauxanHJfS8OV2JIwRj4=";
37
};
38
39
build-system = [ setuptools ];
0 commit comments