0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

python312Packages.clarifai: 10.7.0 -> 10.8.0

This commit is contained in:
R. Ryantm 2024-09-04 04:31:40 +00:00
parent eadea83adb
commit a6ee7e5674

View file

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "clarifai";
version = "10.7.0";
version = "10.8.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "Clarifai";
repo = "clarifai-python";
rev = "refs/tags/${version}";
hash = "sha256-a/twKAwlvn017fqUsDBOcDxoZ63W0p6whQf53wlXFRU=";
hash = "sha256-dRhFZACfdMW0cIBDVUOSGDl5fai0gFXDPyfDil+itwQ=";
};
pythonRelaxDeps = [