python312Packages.llm 0.14 -> 0.15 https://github.com/simonw/llm/releases attrpath: python312Packages.llm 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/nsld7nmprgswfvglj176ivz5y8z99cxp-packages.json.drv building '/nix/store/nsld7nmprgswfvglj176ivz5y8z99cxp-packages.json.drv'... Going to be running update for following packages: - python3.12-llm-0.14 Press Enter key to continue... Running update for: - python3.12-llm-0.14: UPDATING ... - python3.12-llm-0.14: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/llm/default.nix b/pkgs/development/python-modules/llm/default.nix index 388077b38944..7c6449f10852 100644 --- a/pkgs/development/python-modules/llm/default.nix +++ b/pkgs/development/python-modules/llm/default.nix @@ -25,7 +25,7 @@ let llm = buildPythonPackage rec { pname = "llm"; - version = "0.14"; + version = "0.15"; pyproject = true; disabled = pythonOlder "3.8"; @@ -34,7 +34,7 @@ let owner = "simonw"; repo = "llm"; rev = "refs/tags/${version}"; - hash = "sha256-CgGVFUsntVkF0zORAtYQQMAeGtIwBbj9hE0Ei1OCGq4="; + hash = "sha256-PPmbqY9+OYGs4U3z3LHs7a3BjQ0AlRY6J+SKmCY3bXk="; }; patches = [ ./001-disable-install-uninstall-commands.patch ]; No auto update branch exists There might already be an open PR for this update: - python311Packages.llm: 0.14 -> 0.15, python311Packages.sqlite-utils: 3.36 -> 3.37 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/333251"