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
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user