Merge pull request #305388 from r-ryantm/auto-update/python312Packages.clarifai

python312Packages.clarifai: 10.3.0 -> 10.3.1

authored by Fabian Affolter and committed by GitHub 3557bbcc 8ecc55f0

+2 -2
+2 -2
pkgs/development/python-modules/clarifai/default.nix
··· 25 25 26 26 buildPythonPackage rec { 27 27 pname = "clarifai"; 28 - version = "10.3.0"; 28 + version = "10.3.1"; 29 29 pyproject = true; 30 30 31 31 disabled = pythonOlder "3.8"; ··· 34 34 owner = "Clarifai"; 35 35 repo = "clarifai-python"; 36 36 rev = "refs/tags/${version}"; 37 - hash = "sha256-8EPs6kGB+Px9Fs2Z+YwDcmEYI5+z/kOIKLraJFMykF0="; 37 + hash = "sha256-KCJ1Ev0fgww0JU1tDp9X/A9EIcXQRaFKeA/MRNnp5ng="; 38 38 }; 39 39 40 40 pythonRelaxDeps = [ "clarifai-grpc" ];