1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

python312Packages.cohere: 5.9.0 -> 5.9.1 (#339986)

This commit is contained in:
OTABI Tomoya 2024-09-06 22:07:22 +09:00 committed by GitHub
commit d47b03249b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "cohere";
version = "5.9.0";
version = "5.9.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "cohere-ai";
repo = "cohere-python";
rev = "refs/tags/${version}";
hash = "sha256-lD/J21RfJ6iBLOr0lzYBJmbTdiZUV8z6IMhZFbfWixM=";
hash = "sha256-c6AWGKX5ML3Zs02hwIYt8dvZVMvWEmUAkOlU0SvpUaA=";
};
build-system = [ poetry-core ];