mirror of
https://github.com/denismhz/flake.git
synced 2025-11-09 16:16:23 +01:00
packages/diffusers: 0.13.1 -> 0.14.0
This commit is contained in:
parent
2f69fda039
commit
193981b84d
|
|
@ -34,14 +34,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "diffusers";
|
||||
version = "0.13.1";
|
||||
version = "0.14.0";
|
||||
|
||||
disabled = isPy27;
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-KbZ6HvNNn1sFw+qwpJZpfaskllLSmNp0JVuKpPxPjkw=";
|
||||
sha256 = "sha256-sqQqEtq1OMtFo7DGVQMFO6RG5fLfSDbeOFtSON+DCkY=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue