mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
gnu: r-rcppspdlog: Update to 0.0.17.
* gnu/packages/cran.scm (r-rcppspdlog): Update to 0.0.17. Change-Id: I2558509ee09e4a732e8a2aaf1addab22375f4d85
This commit is contained in:
parent
6f95883d01
commit
1b6f915a88
1 changed files with 2 additions and 2 deletions
|
@ -6882,13 +6882,13 @@ (define-public r-rcppml
|
||||||
(define-public r-rcppspdlog
|
(define-public r-rcppspdlog
|
||||||
(package
|
(package
|
||||||
(name "r-rcppspdlog")
|
(name "r-rcppspdlog")
|
||||||
(version "0.0.16")
|
(version "0.0.17")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RcppSpdlog" version))
|
(uri (cran-uri "RcppSpdlog" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "12xryg2mp00nxmpchf0lki43c13c1vsda14pcc4dcfplamwkhlza"))))
|
(base32 "0f1s0c32kid910p2q08d77rwprlxx3cq3ngy0kfgfpy13cvm34aa"))))
|
||||||
(properties `((upstream-name . "RcppSpdlog")))
|
(properties `((upstream-name . "RcppSpdlog")))
|
||||||
(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