llm: 0.26 -> 0.27.1

Diff: https://github.com/simonw/llm/compare/0.26...0.27.1
Changelog: https://github.com/simonw/llm/releases/tag/0.27.1

Changed files
+2 -2
pkgs
development
python-modules
+2 -2
pkgs/development/python-modules/llm/default.nix
···
llm = buildPythonPackage rec {
pname = "llm";
-
version = "0.26";
+
version = "0.27.1";
pyproject = true;
build-system = [ setuptools ];
···
owner = "simonw";
repo = "llm";
tag = version;
-
hash = "sha256-KTlNajuZrR0kBX3LatepsNM3PfRVsQn+evEfXTu6juE=";
+
hash = "sha256-HWzuPhI+oiCKBeiHK7x9Sc54ZB88Py60FzprMLlZGrY=";
};
patches = [ ./001-disable-install-uninstall-commands.patch ];