mem0: 1.0.7 -> 1.0.9
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 45m51s
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 45m51s
Diff: https://github.com/mem0ai/mem0/compare/v1.0.7...v1.0.9 Changelog: https://github.com/mem0ai/mem0/releases/tag/v1.0.9
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
}:
|
||||
python3.pkgs.buildPythonPackage rec {
|
||||
pname = "mem0ai";
|
||||
version = "1.0.7";
|
||||
version = "1.0.9";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mem0ai";
|
||||
repo = "mem0";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-FF5KJGsMhK58vs0dhc2w/2h6ctG3Jgz9rW6O0EujeDM=";
|
||||
hash = "sha256-tcWH5VbjIBSHinfjirxbUhxqgU0xOUlcHTQHraMuALg=";
|
||||
};
|
||||
|
||||
# Relax Python dependency version constraints
|
||||
|
||||
Reference in New Issue
Block a user