me
/
guix
Archived
1
0
Fork 0

gnu: r-rcpp: Update to 1.0.5.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Tanguy Le Carrour 2020-07-08 14:02:47 +02:00 committed by Efraim Flashner
parent 8a6898b601
commit ee392379a1
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -2003,13 +2003,13 @@ you to rapidly iterate while developing a package.")
(define-public r-rcpp
(package
(name "r-rcpp")
(version "1.0.4.6")
(version "1.0.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "Rcpp" version))
(sha256
(base32 "00mk23zmrqn1c4mk9d6csjcbnl12wd7yicjk2ikmw5dyvdfngbs5"))))
(base32 "012wbj446k1wz6bp6bpf6h77ypvcsw69xvnax6qf6vyc7dj2qimq"))))
(build-system r-build-system)
(home-page "http://www.rcpp.org")
(synopsis "Seamless R and C++ integration")