lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.clarifai: 9.5.2 -> 9.7.1

+2 -2
+2 -2
pkgs/development/python-modules/clarifai/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "clarifai"; 11 - version = "9.5.2"; 11 + version = "9.7.1"; 12 12 format = "setuptools"; 13 13 14 14 disabled = pythonOlder "3.8"; ··· 17 17 owner = "Clarifai"; 18 18 repo = "clarifai-python-utils"; 19 19 rev = "refs/tags/${version}"; 20 - hash = "sha256-29by0YAQ7qc0gL/3lAFOk4FLDB5Qv4X9QDyK49gfyAo="; 20 + hash = "sha256-/zgHgD2kf3ZG7Mu9AEBfOwqpcD0Ye0LVrFxLeuGurCM="; 21 21 }; 22 22 23 23 propagatedBuildInputs = [