python3Packages.diffusers: 0.32.2 -> 0.34.0 (#405347)

This commit is contained in:
Weijia Wang
2025-06-28 23:28:32 +02:00
committed by GitHub
@@ -45,14 +45,14 @@
buildPythonPackage rec {
pname = "diffusers";
version = "0.32.2";
version = "0.34.0";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "diffusers";
tag = "v${version}";
hash = "sha256-TwmII38EA0Vux+Jh39pTAA6r+FRNuKHQWOOqsEe2Z+E=";
hash = "sha256-e7969HsHS1wUG9LKREc7FPe2eBeUVPSW2I+BisBPt3M=";
};
build-system = [ setuptools ];