mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-cpp11: Update to 0.5.0.
* gnu/packages/cran.scm (r-cpp11): Update to 0.5.0. Change-Id: I18ed26d2bf7c67f7500d9d1cb77071e933a9b0f7
This commit is contained in:
parent
a1697ee2ea
commit
eb8d45054e
1 changed files with 2 additions and 2 deletions
|
@ -36036,14 +36036,14 @@ (define-public r-gaston
|
|||
(define-public r-cpp11
|
||||
(package
|
||||
(name "r-cpp11")
|
||||
(version "0.4.7")
|
||||
(version "0.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "cpp11" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0i234s1g1vc6m2sqxia5r1gaca05znjv4bff5dj74fach9k147c0"))))
|
||||
"18rl8g68iwmdxiy0c3aqw17limx74hpc5q3irdqj9ndzlnvn9pbm"))))
|
||||
(properties `((upstream-name . "cpp11")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list r-knitr))
|
||||
|
|
Loading…
Reference in a new issue