Commit 7f559441 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.mistral-common: 1.8.5 -> 1.8.8

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

buildPythonPackage rec {
  pname = "mistral-common";
  version = "1.8.5";
  version = "1.8.8";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "mistralai";
    repo = "mistral-common";
    tag = "v${version}";
    hash = "sha256-k0En4QHQGzuUm6kdAyPQhbCrmwX3ay/xJ/ktCxiZIBk=";
    hash = "sha256-rvW2idAqdCZi7+DsHJXczJKbfceZQ4lQyHScLOqxFIc=";
  };

  build-system = [ setuptools ];