python3Packages.coiled: 1.134.1 -> 1.135.1 (#531580)

This commit is contained in:
Gaétan Lepage
2026-07-10 15:48:16 +00:00
committed by GitHub
@@ -39,12 +39,13 @@
buildPythonPackage (finalAttrs: {
pname = "coiled";
version = "1.134.1";
version = "1.135.1";
pyproject = true;
__structuredAttrs = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-uGXgj2QZOMik9ZJD8wMppJKsJPXdI0ipPuxwB5pHZos=";
hash = "sha256-dI3AT4hogMHLAg7jyXuJNPHeJG9U0nEwwN+MQ+UgxTA=";
};
build-system = [