python3Packages.coiled: 1.130.2 -> 1.131.0

This commit is contained in:
R. Ryantm
2026-02-16 08:36:57 +00:00
parent 622f4ae163
commit b5842e340b
@@ -39,12 +39,12 @@
buildPythonPackage (finalAttrs: {
pname = "coiled";
version = "1.130.2";
version = "1.131.0";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-tkCDmbtsKOahSeIaPeN3twHWC4yQfAL9EHsYgHhPb24=";
hash = "sha256-rokc9qDfWymnuwLoLHPJHpKc4ekwO7EPbSd3WuN4Xgg=";
};
build-system = [