Skip to content

Commit

Permalink
python312Packages.diffusers: 0.30.3 -> 0.32.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 22, 2025
1 parent 66292a4 commit 6ff344c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/diffusers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

buildPythonPackage rec {
pname = "diffusers";
version = "0.30.3";
version = "0.32.2";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -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 ];
Expand Down

0 comments on commit 6ff344c

Please sign in to comment.