summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2026-03-16 21:15:23 +0100
committerRicardo Wurmus <rekado@elephly.net>2026-04-02 07:37:13 +0200
commit603b45f61d746af1d4901451ea2bac3b287fa5b3 (patch)
treefa8749a48d263d20cb22d3711d4c259cfaf52605 /gnu
parentb8450f9a139fde04a4d5ac39087c380a2a52a925 (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 803009754bb..ee9576ffe69 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