Skip to content

Commit

Permalink
python312Packages.llm: 0.19 -> 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 7, 2024
1 parent 65484f8 commit dc698d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/llm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
let
llm = buildPythonPackage rec {
pname = "llm";
version = "0.19";
version = "0.19.1";
pyproject = true;

build-system = [ setuptools ];
Expand All @@ -32,8 +32,8 @@ let
src = fetchFromGitHub {
owner = "simonw";
repo = "llm";
rev = "refs/tags/${version}";
hash = "sha256-FlE4VtvCvlNMJCf7qPrvQzJn9HcN/7UwH/UNL0XP618=";
tag = version;
hash = "sha256-MMqlcKSvBAdM6Xfz3MQTIbCfWEqzVeCPzuJJzFVpxb4=";
};

patches = [ ./001-disable-install-uninstall-commands.patch ];
Expand Down

0 comments on commit dc698d3

Please sign in to comment.