mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: r-rcpptoml: Update to 0.2.2.
* gnu/packages/cran.scm (r-rcpptoml): Update to 0.2.2.
This commit is contained in:
parent
6a04cf5d29
commit
256c12c712
1 changed files with 2 additions and 2 deletions
|
@ -30573,13 +30573,13 @@ (define-public r-cpp11
|
|||
(define-public r-rcpptoml
|
||||
(package
|
||||
(name "r-rcpptoml")
|
||||
(version "0.1.7")
|
||||
(version "0.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RcppTOML" version))
|
||||
(sha256
|
||||
(base32 "0h8517ipwqhqkhcfiyqmvsb585g01p0ra0azbpzyxip6pq6g029g"))))
|
||||
(base32 "1ak3dwzdrmq9kd30i12fy582rsn5xfljw214liv1w8l2rbwr24rp"))))
|
||||
(properties `((upstream-name . "RcppTOML")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-rcpp))
|
||||
|
|
Loading…
Reference in a new issue