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

python311Packages.diffusers: 0.28.0 -> 0.28.2
This commit is contained in:
OTABI Tomoya 2024-06-07 11:39:23 +09:00 committed by GitHub
commit 757d2e0dfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@
buildPythonPackage rec {
pname = "diffusers";
version = "0.28.0";
version = "0.28.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -49,7 +49,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "diffusers";
rev = "refs/tags/v${version}";
hash = "sha256-DYUVg96oHYoRqw/RGoH48YXfK/kfkYoqGQfkiOUr8DU=";
hash = "sha256-q1Y7YJSTVkPZF7KeHdOwO7XgTDBvFGioLR57adc1P+o=";
};
build-system = [ setuptools ];