summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2022-01-26 11:49:55 -0800
committerGitHub <noreply@github.com>2022-01-26 11:49:55 -0800
commit0cb7ed30a0cee3ad534a0f1808b7edc90375372e (patch)
treebbe9a534226b64cdcc56a9f6d90779c327eef333
parent3095cedba1eb75da8b2ab0080cdab62e55f6595c (diff)
parenta83ad33b153f0d871e9581ecfad91ce5945f1d25 (diff)
Merge pull request #156849 from r-ryantm/auto-update/openai
openai: 0.12.0 -> 0.13.0
-rw-r--r--pkgs/development/python-modules/openai/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/openai/default.nix b/pkgs/development/python-modules/openai/default.nix
index 223cf80604c4..8c922413cace 100644
--- a/pkgs/development/python-modules/openai/default.nix
+++ b/pkgs/development/python-modules/openai/default.nix
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "openai";
- version = "0.12.0";
+ version = "0.13.0";
disabled = pythonOlder "3.7.1";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "openai";
repo = "openai-python";
rev = "v${version}";
- sha256 = "12qkbaw1gyqhs6qwyj65g6l8v5xxnilwgk0gxlwnlzrr82q458ia";
+ sha256 = "sha256-y1ewaVwCcJGACwupGoh7zcKxE9qVXRjMf7k3q/hFhDE=";
};
propagatedBuildInputs = [