Merge pull request #298207 from r-ryantm/auto-update/python311Packages.diffusers

python311Packages.diffusers: 0.27.1 -> 0.27.2
This commit is contained in:
Nick Cao 2024-03-23 12:57:11 -04:00 committed by GitHub
commit 82bca0382d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [