python3Packages.diffusers: 0.34.0 -> 0.35.1

This commit is contained in:
R. Ryantm
2025-08-20 07:57:07 +00:00
parent 8766d9c4eb
commit abb329387b
@@ -45,14 +45,14 @@
buildPythonPackage rec {
pname = "diffusers";
version = "0.34.0";
version = "0.35.1";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "diffusers";
tag = "v${version}";
hash = "sha256-e7969HsHS1wUG9LKREc7FPe2eBeUVPSW2I+BisBPt3M=";
hash = "sha256-VZXf1YCIFtzuBWaeYG3A+AyqnMEAKEI2nStjuPJ8ZTk=";
};
build-system = [ setuptools ];