From 603b45f61d746af1d4901451ea2bac3b287fa5b3 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 16 Mar 2026 21:15:23 +0100 Subject: [PATCH] gnu: r-protolite: Update to 2.4.0. * gnu/packages/cran.scm (r-protolite): Update to 2.4.0. [native-inputs]: Add r-spelling. Change-Id: I74de07d6effd30dfe56381c52a5990f34a78dad1 --- gnu/packages/cran.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 803009754b..ee9576ffe6 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -56474,13 +56474,13 @@ using either @code{httpuv} or @code{Rhttpd}.") (define-public r-protolite (package (name "r-protolite") - (version "2.3.1") + (version "2.4.0") (source (origin (method url-fetch) (uri (cran-uri "protolite" version)) (sha256 - (base32 "1k4p2sraxirjq746rx80pbnwjiafyr8r63j29ybky64x7zb6zm7f")))) + (base32 "195z9ccj2laj82ixk9h8yny5bnlr143wv1g6r6hkn85zgxmwaad6")))) (properties `((upstream-name . "protolite") (updater-extra-inputs . ("protobuf")) @@ -56491,7 +56491,7 @@ using either @code{httpuv} or @code{Rhttpd}.") (propagated-inputs (list r-jsonlite r-rcpp)) (native-inputs - (list pkg-config protobuf r-sf r-testthat)) + (list pkg-config protobuf r-sf r-spelling r-testthat)) (home-page "https://github.com/jeroen/protolite") (synopsis "Highly optimized protocol buffer serializers") (description