From bcafcc68e5a1eb2336975ecd24b9a863bbf5fafc Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:15:04 +0100 Subject: [PATCH] python3Packages.diffusers: 0.30.3 -> 0.32.2 https://github.com/huggingface/diffusers/releases/tag/v0.32.2 --- pkgs/development/python-modules/diffusers/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/diffusers/default.nix b/pkgs/development/python-modules/diffusers/default.nix index 1c042fef1c92..fc4ff75ce6ca 100644 --- a/pkgs/development/python-modules/diffusers/default.nix +++ b/pkgs/development/python-modules/diffusers/default.nix @@ -40,7 +40,7 @@ buildPythonPackage rec { pname = "diffusers"; - version = "0.30.3"; + version = "0.32.2"; pyproject = true; disabled = pythonOlder "3.8"; @@ -49,7 +49,7 @@ buildPythonPackage rec { owner = "huggingface"; repo = "diffusers"; tag = "v${version}"; - hash = "sha256-/3lHJdsNblKb6xX03OluSCApMK3EXJbRLboBk8CjobE="; + hash = "sha256-TwmII38EA0Vux+Jh39pTAA6r+FRNuKHQWOOqsEe2Z+E="; }; build-system = [ setuptools ]; @@ -153,7 +153,7 @@ buildPythonPackage rec { description = "State-of-the-art diffusion models for image and audio generation in PyTorch"; mainProgram = "diffusers-cli"; homepage = "https://github.com/huggingface/diffusers"; - changelog = "https://github.com/huggingface/diffusers/releases/tag/v${version}"; + changelog = "https://github.com/huggingface/diffusers/releases/tag/${src.tag}"; license = licenses.asl20; maintainers = with maintainers; [ natsukium ]; };