gnu: r-cpp11: Update to 0.4.1.
* gnu/packages/cran.scm (r-cpp11): Update to 0.4.1.
This commit is contained in:
parent
0b9ee4f2b9
commit
abdc8da973
1 changed files with 2 additions and 2 deletions
|
@ -26912,14 +26912,14 @@ for linear mixed models (AIREML).")
|
|||
(define-public r-cpp11
|
||||
(package
|
||||
(name "r-cpp11")
|
||||
(version "0.4.0")
|
||||
(version "0.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "cpp11" version))
|
||||
(sha256
|
||||
(base32
|
||||
"11qyliiw2qrac56mq5h9v7gy3dvwjj1i26pvygwbpprhvh3zss0p"))))
|
||||
"1nk47xkab7i17h7917l4cfyfvnxf782dfq67wwxa6n0r4jqqxzz9"))))
|
||||
(properties `((upstream-name . "cpp11")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs `(("r-knitr" ,r-knitr)))
|
||||
|
|
Reference in a new issue