python311Packages.clip-anytorch: 2.5.2 -> 2.6.0

This commit is contained in:
R. Ryantm 2024-01-13 20:39:26 +00:00
parent 221ad6d7ff
commit 38b5d66a3f

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 = [