me
/
guix
Archived
1
0
Fork 0

gnu: r-rcppspdlog: Update to 0.0.16.

* gnu/packages/cran.scm (r-rcppspdlog): Update to 0.0.16.

Change-Id: Ie64910ef2c989830b48c84b69b9ceceffccf775a
master
Ricardo Wurmus 2024-01-17 23:09:46 +01:00
parent 3ad93a9458
commit 9eacd1a7e3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6408,13 +6408,13 @@ factorization and divisive clustering for large sparse and dense matrices.")
(define-public r-rcppspdlog
(package
(name "r-rcppspdlog")
(version "0.0.15")
(version "0.0.16")
(source
(origin
(method url-fetch)
(uri (cran-uri "RcppSpdlog" version))
(sha256
(base32 "0s2mmzy36kndshgbp0q89a0jnx3m7jd2gd54kc2qijxpdm628d63"))))
(base32 "12xryg2mp00nxmpchf0lki43c13c1vsda14pcc4dcfplamwkhlza"))))
(properties `((upstream-name . "RcppSpdlog")))
(build-system r-build-system)
(propagated-inputs (list r-rcpp))