python3Packages.coiled: 1.126.0 -> 1.127.0

This commit is contained in:
R. Ryantm
2025-10-18 05:25:42 +00:00
parent a1e822ab3b
commit c175b7c0e3
@@ -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 = [