nix-update bot
2026-02-20 09:03:04 +01:00
parent 6d262127e7
commit ad0bc14461

View File

@@ -6,14 +6,14 @@
}:
python3.pkgs.buildPythonPackage rec {
pname = "mem0ai";
version = "1.0.3";
version = "1.0.4";
pyproject = true;
src = fetchFromGitHub {
owner = "mem0ai";
repo = "mem0";
rev = "v${version}";
hash = "sha256-OIiInnXSE4Q+d+Hwb/cPD29aCYNQjPDshPVv/MsLy5Y=";
hash = "sha256-XH8yfv4K3mFOSbSOXgWxbDmEpPaMyU/H0rl88s6RpzI=";
};
# Relax Python dependency version constraints