1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

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
This commit is contained in:
Ricardo Wurmus
2026-03-16 21:15:23 +01:00
parent b8450f9a13
commit 603b45f61d

View File

@@ -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