From 9fb0229f190ed851cf71f5096551a9d491d646c1 Mon Sep 17 00:00:00 2001 From: Sergio Date: Thu, 3 Sep 2026 01:01:13 +0000 Subject: [PATCH] =?UTF-8?q?estado:=20cosecha=20granja=202026-09-03T01:01:1?= =?UTF-8?q?3Z=20=E2=80=94=20avance=20del=20=C3=A1rbol=20KDE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/state/drenaje.json | 2 +- docs/state/fuentes-vigia.json | 17 +++++++++++++---- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/docs/state/drenaje.json b/docs/state/drenaje.json index 0cbb71b2..ed65a8b4 100644 --- a/docs/state/drenaje.json +++ b/docs/state/drenaje.json @@ -31,7 +31,7 @@ }, "escritorio-kde": { "grafo": "docs/state/build-state-kde.json", - "nodos": 166, + "nodos": 171, "en_deuda": 0, "ondas": 0, "profundidad": 0, diff --git a/docs/state/fuentes-vigia.json b/docs/state/fuentes-vigia.json index 4bf3314f..c956d92e 100644 --- a/docs/state/fuentes-vigia.json +++ b/docs/state/fuentes-vigia.json @@ -1,7 +1,16 @@ { "schema": "hammer-fuentes-vigia/1", - "total": 1135, - "vivas": 1135, - "muertas": 0, - "detalle_muertas": [] + "total": 1137, + "vivas": 1136, + "muertas": 1, + "detalle_muertas": [ + { + "receta": "gmp", + "fichero": "recipes/incoming-cosmic/gmp.toml", + "tipo": "tarball", + "url": "https://gmplib.org/download/gmp/gmp-6.3.0.tar.xz", + "codigo": "000", + "viva": false + } + ] }