python311Packages.diffusers: 0.27.1 -> 0.27.2

This commit is contained in:
R. Ryantm 2024-03-22 23:11:52 +00:00
parent c902226b79
commit 59af0fc65c
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
buildPythonPackage rec {
pname = "diffusers";
version = "0.27.1";
version = "0.27.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -48,7 +48,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "diffusers";
rev = "refs/tags/v${version}";
hash = "sha256-GwFibsxMhWqirFn5cG9GfDZAtVWRx+BCqDBiQV6wuYU=";
hash = "sha256-aRnbU3jN40xaCsoMFyRt1XB+hyIYMJP2b/T1yZho90c=";
};
nativeBuildInputs = [