Skip to content

Commit

Permalink
python312Packages.sentence-transformers: 3.1.0 -> 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Sep 19, 2024
1 parent d8851e2 commit 451822a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@

buildPythonPackage rec {
pname = "sentence-transformers";
version = "3.1.0";
version = "3.1.1";
pyproject = true;

src = fetchFromGitHub {
owner = "UKPLab";
repo = "sentence-transformers";
rev = "refs/tags/v${version}";
hash = "sha256-Kp0B3+1zK45KypCaxH02U/JdzTBGwFAoxtmzek94QNI=";
hash = "sha256-YtAgv0vH2aL7UX3ETVfwDEQYEWYo5Pj/R45CeH7T3BU=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 451822a

Please sign in to comment.