diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-02-15 11:12:02 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-07 11:57:15 +0100 |
| commit | c7e2a8959eeb35375f9fb6e29275e02472d379ed (patch) | |
| tree | 0dde616dc9f493498c07c6a21c22273f20729386 | |
| parent | d6e601ca9e1f0fd98310a8a80a747b0a89b24132 (diff) | |
gnu: r-rcppspdlog: Update to 0.0.27.
* gnu/packages/cran.scm (r-rcppspdlog): Update to 0.0.27.
Change-Id: If88251aad542cc38b2c99f5f3ae0187c8df7b6b7
| -rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index f71eb2a6a91..a52526e1e0b 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -16093,13 +16093,13 @@ factorization and divisive clustering for large sparse and dense matrices.") (define-public r-rcppspdlog (package (name "r-rcppspdlog") - (version "0.0.26") + (version "0.0.27") (source (origin (method url-fetch) (uri (cran-uri "RcppSpdlog" version)) (sha256 - (base32 "1avn2pi3w7vhna29af4bpd59cnk3d65w2k48mysyl4vb4p6di0i6")))) + (base32 "08ygb5jlylzk6bqdgl3hs0nc48nhq8ypi70gsffj2pdj2i27xnc0")))) (properties `((upstream-name . "RcppSpdlog"))) (build-system r-build-system) (propagated-inputs (list r-rcpp)) |
