mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-rcppspdlog: Update to 0.0.15.
* gnu/packages/cran.scm (r-rcppspdlog): Update to 0.0.15. Change-Id: I115a68824c3aadaf4fd1994c2b047df84f49ee95
This commit is contained in:
parent
4ff7edccc8
commit
5df0601f42
1 changed files with 2 additions and 2 deletions
|
@ -6246,13 +6246,13 @@ (define-public r-rcppml
|
|||
(define-public r-rcppspdlog
|
||||
(package
|
||||
(name "r-rcppspdlog")
|
||||
(version "0.0.14")
|
||||
(version "0.0.15")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RcppSpdlog" version))
|
||||
(sha256
|
||||
(base32 "1n63mz2rr63kz3v7mg6n4cvw2lrw1ffk7xvln1j1005argvzvd4c"))))
|
||||
(base32 "0s2mmzy36kndshgbp0q89a0jnx3m7jd2gd54kc2qijxpdm628d63"))))
|
||||
(properties `((upstream-name . "RcppSpdlog")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-rcpp))
|
||||
|
|
Loading…
Reference in a new issue