diff --git a/pkgs/mem0/default.nix b/pkgs/mem0/default.nix index 9674394..0587036 100644 --- a/pkgs/mem0/default.nix +++ b/pkgs/mem0/default.nix @@ -5,14 +5,14 @@ }: python3.pkgs.buildPythonPackage rec { pname = "mem0ai"; - version = "1.0.0"; + version = "1.0.2"; pyproject = true; src = fetchFromGitHub { owner = "mem0ai"; repo = "mem0"; rev = "v${version}"; - hash = "sha256-DluzIhwL/GanqtRSMW7ax+OVc2kZjbwQ0lpPCQFnD58="; + hash = "sha256-wvIPmqYlpto+ggifdSOjveEmSneKeZcoltItusYSu4Q="; }; # Relax Python dependency version constraints