python3Packages.coiled: 1.126.0 -> 1.127.0 (#453127)

This commit is contained in:
Yohann Boniface
2025-10-20 11:13:46 +00:00
committed by GitHub
@@ -39,12 +39,12 @@
buildPythonPackage rec {
pname = "coiled";
version = "1.126.0";
version = "1.127.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-iS6PSxh2yV8QYsKqnxH0cWNkW/U7cxXFI48fWs/1fjU=";
hash = "sha256-qMwZQC2ctMtuI5lysJ5YNVuT/lzqWQiEJnJPCUmKZbw=";
};
build-system = [