llm: 0.26 -> 0.27.1 (#433500)

This commit is contained in:
Philip Taron
2025-08-13 15:35:36 -07:00
committed by GitHub
@@ -165,7 +165,7 @@ let
llm = buildPythonPackage rec {
pname = "llm";
version = "0.26";
version = "0.27.1";
pyproject = true;
build-system = [ setuptools ];
@@ -176,7 +176,7 @@ let
owner = "simonw";
repo = "llm";
tag = version;
hash = "sha256-KTlNajuZrR0kBX3LatepsNM3PfRVsQn+evEfXTu6juE=";
hash = "sha256-HWzuPhI+oiCKBeiHK7x9Sc54ZB88Py60FzprMLlZGrY=";
};
patches = [ ./001-disable-install-uninstall-commands.patch ];