mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: r-cpp11: Update to 0.4.2.
* gnu/packages/cran.scm (r-cpp11): Update to 0.4.2.
This commit is contained in:
parent
ee8645a09e
commit
9c52d5661a
1 changed files with 2 additions and 2 deletions
|
@ -26237,14 +26237,14 @@ (define-public r-gaston
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue