python312Packages.open-clip-torch: 2.27.0 -> 2.27.1

Diff: https://github.com/mlfoundations/open_clip/compare/refs/tags/v2.27.0...v2.27.1

Changelog: https://github.com/mlfoundations/open_clip/releases/tag/v2.27.1
This commit is contained in:
Gaetan Lepage
2024-10-17 08:43:03 +02:00
parent 76a28161a7
commit bb20d4f419
@@ -29,14 +29,14 @@
}:
buildPythonPackage rec {
pname = "open-clip-torch";
version = "2.27.0";
version = "2.27.1";
pyproject = true;
src = fetchFromGitHub {
owner = "mlfoundations";
repo = "open_clip";
rev = "refs/tags/v${version}";
hash = "sha256-1LdxgRl72fDYdM9tZKMnHTvAY5QsWYiQSDWEGrngaOo=";
hash = "sha256-1wOxnpNEipA0N6o4b5JCsrAtBnGP7x+MPXmVIjfDmLI=";
};
build-system = [ pdm-backend ];