python3Packages.coiled: 1.120.0 -> 1.121.0 (#445828)

This commit is contained in:
Yohann Boniface
2025-09-27 19:53:20 +00:00
committed by GitHub
@@ -39,12 +39,12 @@
buildPythonPackage rec {
pname = "coiled";
version = "1.120.0";
version = "1.121.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-ZVAJlYyEsvDfGd8ioLxmWn43T531jdyhG2L3FROetjU=";
hash = "sha256-NJI4oc7MRnXQbKyIb3JNntv+a/HMiWIcIV+Q6I80QNY=";
};
build-system = [