Archived
1
0
Fork 0

gnu: r-cpp11: Update to 0.2.4.

* gnu/packages/cran.scm (r-cpp11): Update to 0.2.4.
This commit is contained in:
Ricardo Wurmus 2020-12-09 22:00:29 +01:00
parent 80a279b118
commit 94ebe64f19
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -23670,14 +23670,14 @@ for linear mixed models (AIREML).")
(define-public r-cpp11 (define-public r-cpp11
(package (package
(name "r-cpp11") (name "r-cpp11")
(version "0.2.3") (version "0.2.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "cpp11" version)) (uri (cran-uri "cpp11" version))
(sha256 (sha256
(base32 (base32
"1avcip33bldzz0rhkl43b4sljrbb8i24684xxmr9il5bijcpyy97")))) "08lrmpfkwh1w290a5ikhs9yn1vn32wbgvbzb4n3zb2indb8s5g69"))))
(properties `((upstream-name . "cpp11"))) (properties `((upstream-name . "cpp11")))
(build-system r-build-system) (build-system r-build-system)
(native-inputs `(("r-knitr" ,r-knitr))) (native-inputs `(("r-knitr" ,r-knitr)))