python311Packages.open-interpreter 0.2.0 -> 0.2.1 https://github.com/KillianLucas/open-interpreter/releases attrpath: python311Packages.open-interpreter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/azinjk79sl2ch6dc7jva8x3zn74h09ck-packages.json.drv building '/nix/store/azinjk79sl2ch6dc7jva8x3zn74h09ck-packages.json.drv'... Going to be running update for following packages: - python3.11-open-interpreter-0.2.0 Press Enter key to continue... Running update for: - python3.11-open-interpreter-0.2.0: UPDATING ... - python3.11-open-interpreter-0.2.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/open-interpreter/default.nix b/pkgs/development/python-modules/open-interpreter/default.nix index 2f256aa32701..dbf339f29877 100644 --- a/pkgs/development/python-modules/open-interpreter/default.nix +++ b/pkgs/development/python-modules/open-interpreter/default.nix @@ -28,7 +28,7 @@ buildPythonPackage rec { pname = "open-interpreter"; - version = "0.2.0"; + version = "0.2.1"; pyproject = true; disabled = pythonOlder "3.9"; @@ -36,8 +36,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "KillianLucas"; repo = pname; - rev = "v${version}"; - hash = "sha256-XeJ6cADtyXtqoTXwYJu+i9d3NYbJCLpYOeZYmdImtwI="; + rev = "refs/tags/v${version}"; + hash = "sha256-UD+2Z59kbZrIy1m7yPGEa9S75DbHBxtjV0UMJHzOOeo="; }; # Remove unused dependency No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.open-interpreter nix build failed. substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'pyproject.toml') @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing pypaBuildPhase Creating a wheel... * Getting build dependencies for wheel... * Building wheel... Successfully built open_interpreter-0.2.1-py3-none-any.whl Finished creating a wheel... /build/source/dist /build/source Unpacking to: unpacked/open_interpreter-0.2.1...OK Repacking wheel as ./open_interpreter-0.2.1-py3-none-any.whl...OK /build/source Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for open_interpreter-0.2.1-py3-none-any.whl - aifs not installed - fastapi not installed - nltk not installed - platformdirs<5.0.0,>=4.2.0 not satisfied by version 4.0.0 - prompt-toolkit<4.0.0,>=3.0.43 not satisfied by version 3.0.41 - send2trash not installed - uvicorn not installed