mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-rcpp: Update to 1.0.6.
* gnu/packages/cran.scm (r-rcpp): Update to 1.0.6.
This commit is contained in:
parent
d7f227610d
commit
6967469503
1 changed files with 2 additions and 2 deletions
|
@ -2296,13 +2296,13 @@ (define-public r-pkgload
|
||||||
(define-public r-rcpp
|
(define-public r-rcpp
|
||||||
(package
|
(package
|
||||||
(name "r-rcpp")
|
(name "r-rcpp")
|
||||||
(version "1.0.5")
|
(version "1.0.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "Rcpp" version))
|
(uri (cran-uri "Rcpp" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "012wbj446k1wz6bp6bpf6h77ypvcsw69xvnax6qf6vyc7dj2qimq"))))
|
(base32 "04ph6lm36cmvz01ng53pvvf3jxvzsn9smyflkfc7l3q0pib4gwn9"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "http://www.rcpp.org")
|
(home-page "http://www.rcpp.org")
|
||||||
(synopsis "Seamless R and C++ integration")
|
(synopsis "Seamless R and C++ integration")
|
||||||
|
|
Loading…
Reference in a new issue