Skip to content

Commit

Permalink
python312Packages.open-clip-torch: 2.30.0 -> 2.31.0 (#386782)
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst authored Mar 10, 2025
2 parents 360804b + 05f0d5a commit 69c2bfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/open-clip-torch/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
}:
buildPythonPackage rec {
pname = "open-clip-torch";
version = "2.30.0";
version = "2.31.0";
pyproject = true;

src = fetchFromGitHub {
owner = "mlfoundations";
repo = "open_clip";
tag = "v${version}";
hash = "sha256-Ht59pYJfcBkfoWSTDipsoy/71pMzc5rlDD6xHgvUs1g=";
hash = "sha256-VOfjxQjIC6IL7WyhTc8JpIAa9eknmU4LpnA9DtQJ+oQ=";
};

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

0 comments on commit 69c2bfd

Please sign in to comment.