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:
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

View file

@ -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))