python3Packages.comfyui-workflow-templates: 0.11.41 -> 0.11.46

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:15 +02:00
parent 69e30b8505
commit b61328ad76

View File

@@ -15,13 +15,13 @@
buildPythonPackage (finalAttrs: {
pname = "comfyui-workflow-templates";
version = "0.11.41";
version = "0.11.46";
pyproject = true;
src = fetchPypi {
pname = "comfyui_workflow_templates";
inherit (finalAttrs) version;
hash = "sha256-vzTTCvGVM9ckvF9mSY5umpZ784CfScEcLiNrzJAq/N0=";
hash = "sha256-Z2yMIK2NYop7UsMTw9RE0dAQEwA3ixwiaRstO4vvrAY=";
};
build-system = [ setuptools ];