Unverified Commit 2aeb9626 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.mistralai: 1.12.2 -> 1.12.3 (#492417)

parents 4d8920c0 778d3ed9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,14 +31,14 @@

buildPythonPackage (finalAttrs: {
  pname = "mistralai";
  version = "1.12.2";
  version = "1.12.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "mistralai";
    repo = "client-python";
    tag = "v${finalAttrs.version}";
    hash = "sha256-95aHaZx4nZjqX456CGB7gAeoxkMu4tN7TMUbmxajgKU=";
    hash = "sha256-DaCAO4/DoskFuRgNcoLWBuRdnxXfYhsgY/WZu/s1wk0=";
  };

  preBuild = ''