me
/
guix
Archived
1
0
Fork 0

gnu: r-cpp11: Update to 0.4.2.

* gnu/packages/cran.scm (r-cpp11): Update to 0.4.2.
master
Ricardo Wurmus 2022-01-05 19:34:30 +01:00
parent ee8645a09e
commit 9c52d5661a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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