mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-cpp11: Update to 0.2.5.
* gnu/packages/cran.scm (r-cpp11): Update to 0.2.5.
This commit is contained in:
parent
a2d9fb6477
commit
6c047222ab
1 changed files with 2 additions and 2 deletions
|
@ -23822,14 +23822,14 @@ (define-public r-gaston
|
|||
(define-public r-cpp11
|
||||
(package
|
||||
(name "r-cpp11")
|
||||
(version "0.2.4")
|
||||
(version "0.2.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "cpp11" version))
|
||||
(sha256
|
||||
(base32
|
||||
"08lrmpfkwh1w290a5ikhs9yn1vn32wbgvbzb4n3zb2indb8s5g69"))))
|
||||
"081f3b98mcxyilqsxbzzdnj2x6v7xycprrw7r5934163q0397vvg"))))
|
||||
(properties `((upstream-name . "cpp11")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs `(("r-knitr" ,r-knitr)))
|
||||
|
|
Loading…
Reference in a new issue