mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.comfyui-frontend-package: 1.48.7 -> 1.49.6
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "comfyui-frontend-package";
|
||||
version = "1.48.7";
|
||||
version = "1.49.6";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "comfyui_frontend_package";
|
||||
inherit (finalAttrs) version;
|
||||
hash = "sha256-7E7N5pXX4bbdIFJ88Nc9Iub1P1y+Czv7nZjamaa8NDg=";
|
||||
hash = "sha256-CBChUGNYpF4PHwLAaPn4ISBXmC+A1/IFmuYU563mWNk=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user