Merge pull request #313462 from r-ryantm/auto-update/python311Packages.langsmith

python311Packages.langsmith: 0.1.59 -> 0.1.60

authored by OTABI Tomoya and committed by GitHub e8ffb0ba 41b78657

+2 -2
+2 -2
pkgs/development/python-modules/langsmith/default.nix
··· 22 22 23 23 buildPythonPackage rec { 24 24 pname = "langsmith"; 25 - version = "0.1.59"; 25 + version = "0.1.60"; 26 26 pyproject = true; 27 27 28 28 disabled = pythonOlder "3.8"; ··· 31 31 owner = "langchain-ai"; 32 32 repo = "langsmith-sdk"; 33 33 rev = "refs/tags/v${version}"; 34 - hash = "sha256-k9WsJUiJPCahwUHzsOblBCm58z2dHQZGk3U6GMm7SpQ="; 34 + hash = "sha256-YoJ9rdbc4lcQ0ZxE0bYCa+VMKO2kqJRTpxZz4QGPzzM="; 35 35 }; 36 36 37 37 sourceRoot = "${src.name}/python";