mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: r-rcppspdlog: Update to 0.0.26.
* gnu/packages/cran.scm (r-rcppspdlog): Update to 0.0.26. Change-Id: Ie99e7ed1139f87d0b6e3ed3fbada09833338239b
This commit is contained in:
parent
ec12dbec1c
commit
b28cf94795
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue