nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

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

python311Packages.clarifai-grpc: 10.3.2 -> 10.3.4

+2 -2
+2 -2
pkgs/development/python-modules/clarifai-grpc/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "clarifai-grpc"; 15 - version = "10.3.2"; 15 + version = "10.3.4"; 16 16 pyproject = true; 17 17 18 18 disabled = pythonOlder "3.8"; ··· 21 21 owner = "Clarifai"; 22 22 repo = "clarifai-python-grpc"; 23 23 rev = "refs/tags/${version}"; 24 - hash = "sha256-rymu9BUbU8d0BgBpE/1bOAqGxVN3ksyvq6Wy0KZ+KkY="; 24 + hash = "sha256-1Yx00g2Cd9/41DZYK5cRwcFQv2qD6B4cl4cpVZ6slTA="; 25 25 }; 26 26 27 27 build-system = [ setuptools ];