gnu: r-rcpp: Update to 1.0.13.

* gnu/packages/cran.scm (r-rcpp): Update to 1.0.13.

Change-Id: I4a789a5231f38556f48af61b6304d515f4c634e7
This commit is contained in:
Ricardo Wurmus 2024-08-16 18:33:49 +02:00
parent 0664348109
commit 35d9c593a9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7268,13 +7268,13 @@ (define-public r-pvclust
(define-public r-rcpp
(package
(name "r-rcpp")
(version "1.0.12")
(version "1.0.13")
(source
(origin
(method url-fetch)
(uri (cran-uri "Rcpp" version))
(sha256
(base32 "1l1b0q2r6q2bjr4wvj98kp9844fyrsn2ppx339v05vmy8g65jwqc"))))
(base32 "1ki2vdfavwxvpw1y47kc0fpg248836zd3iw6zlspkr8kq58cdzi1"))))
(build-system r-build-system)
(home-page "https://www.rcpp.org")
(synopsis "Seamless R and C++ integration")