Commit ec5f05f3 authored by Joshua Peek's avatar Joshua Peek
Browse files

python312Packages.llm-anthropic: 0.12 -> 0.14.1

parent f04afc57
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "llm-anthropic";
  version = "0.12";
  version = "0.14.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "simonw";
    repo = "llm-anthropic";
    tag = version;
    hash = "sha256-7+5j5jZBFfaaqnfjvLTI+mz1PUuG8sB5nD59UCpJuR4=";
    hash = "sha256-tKgcag8sBJA4QWunaFyZxkZH0mtc0SS17104YuX1Kac=";
  };

  build-system = [