gnu: r-rcppspdlog: Update to 0.0.13.

* gnu/packages/cran.scm (r-rcppspdlog): Update to 0.0.13.
This commit is contained in:
Ricardo Wurmus 2023-07-11 15:35:21 +02:00
parent b4c0815613
commit 5f609dc440
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5616,13 +5616,13 @@ (define-public r-rcppml
(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))