mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
python3Packages.llm-mistral: 0.13 -> 0.14
Diff: https://github.com/simonw/llm-mistral/compare/refs/tags/0.13...refs/tags/0.14 Changelog: https://github.com/simonw/llm-mistral/releases/tag/0.14/CHANGELOG.md
This commit is contained in:
parent
c80dc765ca
commit
414b770ca5
1 changed files with 2 additions and 2 deletions
|
@ -15,14 +15,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "llm-mistral";
|
||||
version = "0.13";
|
||||
version = "0.14";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "simonw";
|
||||
repo = "llm-mistral";
|
||||
tag = version;
|
||||
hash = "sha256-u7Q+WJEtetapNo8WtdbnPKLZK3Q8YBjQcpZgGrK29Ic=";
|
||||
hash = "sha256-NuiqRA/SCjGq0hJsnHJ/vgdncIKu3oE9WqWGht7QRMc=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue