python3Packages.langgraph: 0.3.34 -> 0.4.1 (#403947)

authored by OTABI Tomoya and committed by GitHub c795c87b 480ef2a3

+2 -2
+2 -2
pkgs/development/python-modules/langgraph/default.nix
··· 38 }: 39 buildPythonPackage rec { 40 pname = "langgraph"; 41 - version = "0.3.34"; 42 pyproject = true; 43 44 src = fetchFromGitHub { 45 owner = "langchain-ai"; 46 repo = "langgraph"; 47 tag = "${version}"; 48 - hash = "sha256-xGznstX6RHo4vO03xnR2by9yW1jc7+E2oSVNWD/9L7c="; 49 }; 50 51 postgresqlTestSetupPost = ''
··· 38 }: 39 buildPythonPackage rec { 40 pname = "langgraph"; 41 + version = "0.4.1"; 42 pyproject = true; 43 44 src = fetchFromGitHub { 45 owner = "langchain-ai"; 46 repo = "langgraph"; 47 tag = "${version}"; 48 + hash = "sha256-bTxtfduuuyRITZqhk15aWwxNwiZ7TMTgBOEPat6zVIc="; 49 }; 50 51 postgresqlTestSetupPost = ''