python310Packages.open-clip-torch: 2.23.0 -> 2.24.0

This commit is contained in:
R. Ryantm 2024-01-09 06:27:14 +00:00
parent bc85b737c5
commit a317b9cf28

View File

@ -21,14 +21,14 @@
}:
buildPythonPackage rec {
pname = "open-clip-torch";
version = "2.23.0";
version = "2.24.0";
pyproject = true;
src = fetchFromGitHub {
owner = "mlfoundations";
repo = "open_clip";
rev = "v${version}";
hash = "sha256-Txm47Tc4KMbz1i2mROT+IYbgS1Y0yHK80xY0YldgBFQ=";
rev = "refs/tags/v${version}";
hash = "sha256-ugbXnXiOY9FrNvr8ZxnAgZO/SLCVoXbRgupi8cUwflU=";
};
nativeBuildInputs = [