me
/
guix
Archived
1
0
Fork 0

gnu: r-rcppspdlog: Update to 0.0.15.

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

Change-Id: I115a68824c3aadaf4fd1994c2b047df84f49ee95
Ricardo Wurmus 2023-12-15 12:16:45 +01:00
parent 4ff7edccc8
commit 5df0601f42
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6246,13 +6246,13 @@ factorization and divisive clustering for large sparse and dense matrices.")
(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))