Merge pull request #280810 from r-ryantm/auto-update/python311Packages.clip-anytorch

python311Packages.clip-anytorch: 2.5.2 -> 2.6.0
This commit is contained in:
Jörg Thalheim 2024-01-14 13:30:04 +01:00 committed by GitHub
commit 61945c513d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "clip-anytorch";
version = "2.5.2";
version = "2.6.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "rom1504";
repo = "CLIP";
rev = version;
hash = "sha256-EqVkpMQHawoCFHNupf49NrvLdGCq35wnYBpdP81Ztd4=";
rev = "refs/tags/${version}";
hash = "sha256-4A8R9aEiOWC05uhMQslhVSkQ4hyjs6VsqkFi76miodY=";
};
propagatedBuildInputs = [