me
/
guix
Archived
1
0
Fork 0

gnu: r-cpp11: Update to 0.2.5.

* gnu/packages/cran.scm (r-cpp11): Update to 0.2.5.
master
Ricardo Wurmus 2021-01-20 17:12:58 +01:00
parent a2d9fb6477
commit 6c047222ab
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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