python3Packages.llm: 0.27.1 -> 0.28 (#470309)

This commit is contained in:
Fabian Affolter
2025-12-13 09:55:20 +00:00
committed by GitHub
@@ -165,7 +165,7 @@ let
llm = buildPythonPackage rec {
pname = "llm";
version = "0.27.1";
version = "0.28";
pyproject = true;
build-system = [ setuptools ];
@@ -176,7 +176,7 @@ let
owner = "simonw";
repo = "llm";
tag = version;
hash = "sha256-HWzuPhI+oiCKBeiHK7x9Sc54ZB88Py60FzprMLlZGrY=";
hash = "sha256-PMQGyBwP6UCIz7p94atWgepbw9IwW6ym60sfP/PBrCA=";
};
patches = [ ./001-disable-install-uninstall-commands.patch ];