gnu: r-cpp11: Update to 0.4.3.

* gnu/packages/cran.scm (r-cpp11): Update to 0.4.3.
This commit is contained in:
Ricardo Wurmus 2022-11-04 09:58:53 +01:00
parent aebf9fa18e
commit 1d5b6f19c7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -29003,14 +29003,14 @@ for linear mixed models (AIREML).")
(define-public r-cpp11 (define-public r-cpp11
(package (package
(name "r-cpp11") (name "r-cpp11")
(version "0.4.2") (version "0.4.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "cpp11" version)) (uri (cran-uri "cpp11" version))
(sha256 (sha256
(base32 (base32
"16cvjfkbc7c0ymdmbcqg9px6pjsqx6qhyfq5frqj739mhazy0g20")))) "1wcq4lq7xa62xn6zsg6r8nf6vdlvnlwxgfqndb7vnvd8f54hx9pi"))))
(properties `((upstream-name . "cpp11"))) (properties `((upstream-name . "cpp11")))
(build-system r-build-system) (build-system r-build-system)
(native-inputs (list r-knitr)) (native-inputs (list r-knitr))