Skip to content

Commit 0e93d25

Browse files
committed
1 parent ddf67bb commit 0e93d25

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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.27.1";
32+
version = "2.28.0";
3333
pyproject = true;
3434

3535
src = fetchFromGitHub {
3636
owner = "mlfoundations";
3737
repo = "open_clip";
3838
rev = "refs/tags/v${version}";
39-
hash = "sha256-1wOxnpNEipA0N6o4b5JCsrAtBnGP7x+MPXmVIjfDmLI=";
39+
hash = "sha256-wHqSADiKlRyJXf3CCrXlSj6tpVVSdO8GVsKInl+OMrc=";
4040
};
4141

4242
build-system = [ pdm-backend ];

0 commit comments

Comments
 (0)