Loading pkgs/development/python-modules/mistral-common/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 ]; Loading Loading
pkgs/development/python-modules/mistral-common/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 ]; Loading