gnu: r-rcpp: Update to 0.12.14.

* gnu/packages/cran.scm (r-rcpp): Update to 0.12.14.
This commit is contained in:
Ricardo Wurmus 2017-11-30 16:51:20 +01:00
parent 26007cd5ee
commit d76f987c42
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -94,13 +94,13 @@ (define-public r-plogr
(define-public r-rcpp
(package
(name "r-rcpp")
(version "0.12.13")
(version "0.12.14")
(source
(origin
(method url-fetch)
(uri (cran-uri "Rcpp" version))
(sha256
(base32 "1bm84yc48475plgsnnbvzi6nzkixpnfw8ry86ax63f9g524asw55"))))
(base32 "0qvyxggddyg87lza45hjl0a2prabdyshkqzkz418vi777zygqa6s"))))
(build-system r-build-system)
(home-page "http://www.rcpp.org")
(synopsis "Seamless R and C++ integration")