diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2024-06-20 08:42:33 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2024-06-20 08:42:33 +0000 |
| commit | 0e5867b92c86ac0dff201bc5d8d0f2ea7fe6fcae (patch) | |
| tree | c36fb8c7ee7ed9d16b63957a9d043cfeee30c99e /pkgs/development/python-modules/diffusers | |
| parent | 026f02ce7dfeba48a1c1a2b3cd8c7d8329f1f5b2 (diff) | |
python311Packages.diffusers: 0.28.2 -> 0.29.0
Diffstat (limited to 'pkgs/development/python-modules/diffusers')
| -rw-r--r-- | pkgs/development/python-modules/diffusers/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/diffusers/default.nix b/pkgs/development/python-modules/diffusers/default.nix index 23580b69ced6..3eb3f6137ab7 100644 --- a/pkgs/development/python-modules/diffusers/default.nix +++ b/pkgs/development/python-modules/diffusers/default.nix @@ -40,7 +40,7 @@ buildPythonPackage rec { pname = "diffusers"; - version = "0.28.2"; + version = "0.29.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -49,7 +49,7 @@ buildPythonPackage rec { owner = "huggingface"; repo = "diffusers"; rev = "refs/tags/v${version}"; - hash = "sha256-q1Y7YJSTVkPZF7KeHdOwO7XgTDBvFGioLR57adc1P+o="; + hash = "sha256-sC/vstc7347ofNWESiUnvRsfAu/sKzlNV3lTPTuqUkY="; }; build-system = [ setuptools ]; |
