mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
python3Packages.llm-mistral: 0.12 -> 0.13
Diff: https://github.com/simonw/llm-mistral/compare/refs/tags/0.12...refs/tags/0.13 Changelog: https://github.com/simonw/llm-mistral/releases/tag/0.13/CHANGELOG.md
This commit is contained in:
parent
1927529a05
commit
264bef7edb
1 changed files with 2 additions and 2 deletions
|
@ -15,14 +15,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "llm-mistral";
|
||||
version = "0.12";
|
||||
version = "0.13";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "simonw";
|
||||
repo = "llm-mistral";
|
||||
tag = version;
|
||||
hash = "sha256-oNA5NFI4BZMG/V+eSHfuF/JKBX2Xr/L8EK+mf7KjPD0=";
|
||||
hash = "sha256-u7Q+WJEtetapNo8WtdbnPKLZK3Q8YBjQcpZgGrK29Ic=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue