mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 13:40:20 +01:00
gnu: r-rcppspdlog: Update to 0.0.13.
* gnu/packages/cran.scm (r-rcppspdlog): Update to 0.0.13.
This commit is contained in:
parent
b4c0815613
commit
5f609dc440
1 changed files with 2 additions and 2 deletions
|
@ -5616,13 +5616,13 @@ factorization and divisive clustering for large sparse and dense matrices.")
|
|||
(define-public r-rcppspdlog
|
||||
(package
|
||||
(name "r-rcppspdlog")
|
||||
(version "0.0.12")
|
||||
(version "0.0.13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RcppSpdlog" version))
|
||||
(sha256
|
||||
(base32 "1nan0hm49xdl2l1lskm1jf01clfh7aw2v6h57j35qysvg8219fcx"))))
|
||||
(base32 "1149kh047301hrp15479ikcmrix968pwqw3jza7mp7bsxhrjrp3k"))))
|
||||
(properties `((upstream-name . "RcppSpdlog")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-rcpp))
|
||||
|
|
Loading…
Add table
Reference in a new issue