mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: r-cpp11: Update to 0.2.3.
* gnu/packages/cran.scm (r-cpp11): Update to 0.2.3.
This commit is contained in:
parent
a9b7c063ef
commit
41a73262e2
1 changed files with 2 additions and 2 deletions
|
@ -23151,14 +23151,14 @@ (define-public r-gaston
|
|||
(define-public r-cpp11
|
||||
(package
|
||||
(name "r-cpp11")
|
||||
(version "0.2.2")
|
||||
(version "0.2.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "cpp11" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1b1h7kjl3xrd4nfly7wd6v8mbyancm632r4k37pafs8xi6cqm848"))))
|
||||
"1avcip33bldzz0rhkl43b4sljrbb8i24684xxmr9il5bijcpyy97"))))
|
||||
(properties `((upstream-name . "cpp11")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs `(("r-knitr" ,r-knitr)))
|
||||
|
|
Loading…
Reference in a new issue