Commit abb32938 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.diffusers: 0.34.0 -> 0.35.1

parent 8766d9c4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];