guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

36/174: gnu: r-rcppspdlog: Update to 0.0.13.


From: guix-commits
Subject: 36/174: gnu: r-rcppspdlog: Update to 0.0.13.
Date: Tue, 11 Jul 2023 14:48:05 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit aba2a451404bb32f1fad57fc6dc18b4d4f023693
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 11 15:35:21 2023 +0200

    gnu: r-rcppspdlog: Update to 0.0.13.
    
    * gnu/packages/cran.scm (r-rcppspdlog): Update to 0.0.13.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6e48e60110..2712f337f4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5616,13 +5616,13 @@ factorization and divisive clustering for large sparse 
and dense matrices.")
 (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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]