Skip to content

Commit 69c2bfd

Browse files
python312Packages.open-clip-torch: 2.30.0 -> 2.31.0 (#386782)
2 parents 360804b + 05f0d5a commit 69c2bfd

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/python-modules/open-clip-torch

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/open-clip-torch/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
}:
3030
buildPythonPackage rec {
3131
pname = "open-clip-torch";
32-
version = "2.30.0";
32+
version = "2.31.0";
3333
pyproject = true;
3434

3535
src = fetchFromGitHub {
3636
owner = "mlfoundations";
3737
repo = "open_clip";
3838
tag = "v${version}";
39-
hash = "sha256-Ht59pYJfcBkfoWSTDipsoy/71pMzc5rlDD6xHgvUs1g=";
39+
hash = "sha256-VOfjxQjIC6IL7WyhTc8JpIAa9eknmU4LpnA9DtQJ+oQ=";
4040
};
4141

4242
build-system = [ pdm-backend ];
@@ -91,7 +91,7 @@ buildPythonPackage rec {
9191
meta = {
9292
description = "Open source implementation of CLIP";
9393
homepage = "https://github.com/mlfoundations/open_clip";
94-
changelog = "https://github.com/mlfoundations/open_clip/releases/tag/v${version}";
94+
changelog = "https://github.com/mlfoundations/open_clip/releases/tag/${src.tag}";
9595
license = lib.licenses.asl20;
9696
maintainers = with lib.maintainers; [ iynaix ];
9797
mainProgram = "open-clip";

0 commit comments

Comments
 (0)