mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 01:07:41 +01: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
|
(define-public r-rcpptoml
|
||||||
(package
|
(package
|
||||||
(name "r-rcpptoml")
|
(name "r-rcpptoml")
|
||||||
(version "0.1.7")
|
(version "0.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RcppTOML" version))
|
(uri (cran-uri "RcppTOML" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0h8517ipwqhqkhcfiyqmvsb585g01p0ra0azbpzyxip6pq6g029g"))))
|
(base32 "1ak3dwzdrmq9kd30i12fy582rsn5xfljw214liv1w8l2rbwr24rp"))))
|
||||||
(properties `((upstream-name . "RcppTOML")))
|
(properties `((upstream-name . "RcppTOML")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-rcpp))
|
(propagated-inputs (list r-rcpp))
|
||||||
|
|
Loading…
Reference in a new issue