gnu: r-rcpp: Update to 0.12.17.

* gnu/packages/cran.scm (r-rcpp): Update to 0.12.17.
This commit is contained in:
Ricardo Wurmus 2018-05-31 12:27:09 +02:00
parent 5479e3e639
commit c81497b141
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -428,13 +428,13 @@ (define-public r-plogr
(define-public r-rcpp
(package
(name "r-rcpp")
(version "0.12.16")
(version "0.12.17")
(source
(origin
(method url-fetch)
(uri (cran-uri "Rcpp" version))
(sha256
(base32 "1rm8hcy72p1jvxikvmkwg20pjqmvmfvqb45lfghmddp2adp67qfl"))))
(base32 "08xg8h3w25sdb3xr18g9pa0x8cirkdgljqapxmw56ss1j9fc89s2"))))
(build-system r-build-system)
(home-page "http://www.rcpp.org")
(synopsis "Seamless R and C++ integration")