File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/open-clip-torch Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929} :
3030buildPythonPackage 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" ;
You can’t perform that action at this time.
0 commit comments