From b9be638f175b4861ace80c6d5be97cee89218c55 Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Tue, 14 Oct 2025 09:28:46 +0200 Subject: [PATCH] chore: fix typo in package UUID --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 003eab87..3eb2711d 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [weakdeps] CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" CliqueTrees = "60701a23-6482-424a-84db-faee86b9b1f8" -Colors = "5ae59095-9ag9b-59fe-a467-6f913c188581" +Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" [extensions] SparseMatrixColoringsCUDAExt = "CUDA"