diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-20 07:17:21 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:29:49 +0100 |
| commit | 66e445448ce17a50a77dbd8aed14fb4186714f27 (patch) | |
| tree | 5a5d44747b8d3aff2e21e28a2c4809e7382444a3 /gnu | |
| parent | 40b3b90780566a1ddccd5dbec3ede8ed8dd4dbdf (diff) | |
gnu: r-rcppspdlog: Update to 0.0.26.
* gnu/packages/cran.scm (r-rcppspdlog): Update to 0.0.26.
Change-Id: Ie99e7ed1139f87d0b6e3ed3fbada09833338239b
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -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 02d0b57b93..db98ea8ee2 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -16011,13 +16011,13 @@ factorization and divisive clustering for large sparse and dense matrices.") (define-public r-rcppspdlog (package (name "r-rcppspdlog") - (version "0.0.24") + (version "0.0.26") (source (origin (method url-fetch) (uri (cran-uri "RcppSpdlog" version)) (sha256 - (base32 "1xjijdg6mmb29nvx0y4j1735qnv9xzj79q8dd8jmipz8gm0p7aqb")))) + (base32 "1avn2pi3w7vhna29af4bpd59cnk3d65w2k48mysyl4vb4p6di0i6")))) (properties `((upstream-name . "RcppSpdlog"))) (build-system r-build-system) (propagated-inputs (list r-rcpp)) |
