Commit e0c37ae6 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.mistralai: 1.11.1 -> 1.12.0

parent a83b2910
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,14 +33,14 @@

buildPythonPackage (finalAttrs: {
  pname = "mistralai";
  version = "1.11.1";
  version = "1.12.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "mistralai";
    repo = "client-python";
    tag = "v${finalAttrs.version}";
    hash = "sha256-KpZCUaitc5Gz5ZI7vEK0CEe4Eo+H6gS9FuKlqhyQDes=";
    hash = "sha256-6OAMNlOLaa1GYkdA4zX/cUc3lX2T1VbuMZ6f9SshEt8=";
  };

  preBuild = ''