mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 05:09:33 -05:00
gnu: r-cpp11: Update to 0.2.6.
* gnu/packages/cran.scm (r-cpp11): Update to 0.2.6.
This commit is contained in:
parent
cf9a63a01d
commit
b546f1328c
1 changed files with 2 additions and 2 deletions
|
@ -24446,14 +24446,14 @@ (define-public r-gaston
|
|||
(define-public r-cpp11
|
||||
(package
|
||||
(name "r-cpp11")
|
||||
(version "0.2.5")
|
||||
(version "0.2.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "cpp11" version))
|
||||
(sha256
|
||||
(base32
|
||||
"081f3b98mcxyilqsxbzzdnj2x6v7xycprrw7r5934163q0397vvg"))))
|
||||
"118i8s7978vl9xyhnb47wcbd6rcc6b958mq2w8s3rdsd4pxv62gz"))))
|
||||
(properties `((upstream-name . "cpp11")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs `(("r-knitr" ,r-knitr)))
|
||||
|
|
Loading…
Reference in a new issue