python3Packages.coiled: 1.118.3 -> 1.120.0

This commit is contained in:
R. Ryantm
2025-09-13 09:57:03 +00:00
parent 00f6e6149a
commit 2ec86daa3b
@@ -39,12 +39,12 @@
buildPythonPackage rec {
pname = "coiled";
version = "1.118.3";
version = "1.120.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-HjbBZsTqb3D5uh3cBZPFkhe/QbJtnHwduUDCaMl3vc4=";
hash = "sha256-ZVAJlYyEsvDfGd8ioLxmWn43T531jdyhG2L3FROetjU=";
};
build-system = [