From 631dbc683015c6787163ee0f91cbec54fe4f8807 Mon Sep 17 00:00:00 2001 From: Andrew Marshall Date: Tue, 15 Oct 2024 14:35:13 -0400 Subject: [PATCH] rPackages.ragg: 1.3.2 -> 1.3.3 Fixes build that is currently failing with > error: invalid conversion from 'unsigned char*' to 'char*' See also https://github.com/r-lib/ragg/issues/170 --- pkgs/development/r-modules/cran-packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/r-modules/cran-packages.json b/pkgs/development/r-modules/cran-packages.json index 5026cbfc196a..5ab76e95d392 100644 --- a/pkgs/development/r-modules/cran-packages.json +++ b/pkgs/development/r-modules/cran-packages.json @@ -100653,8 +100653,8 @@ }, "ragg": { "name": "ragg", - "version": "1.3.2", - "sha256": "0cb9dcp47pl0nizwy0a2ml8hm11bhf7ay20j237hmmgx159a8dw0", + "version": "1.3.3", + "sha256": "sha256-QtuEX/GNZ8rm0pGDPHahNsHvArWyRtTZDB8a6Mwbsq8=", "depends": ["systemfonts", "textshaping"] }, "rags2ridges": {