guix-commits
[Top][All Lists]
Advanced

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

30/111: gnu: r-fst: Update to 0.9.8.


From: guix-commits
Subject: 30/111: gnu: r-fst: Update to 0.9.8.
Date: Mon, 14 Mar 2022 02:25:13 -0400 (EDT)

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

commit 7afa0126a6f4c6c7e9f563f158bbd11b907df351
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Mar 12 23:04:24 2022 +0100

    gnu: r-fst: Update to 0.9.8.
    
    * gnu/packages/cran.scm (r-fst): Update to 0.9.8.
    [propagated-inputs]: Add r-fstcore.
---
 gnu/packages/cran.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ce2616a9f7..e21a7fba22 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8061,17 +8061,17 @@ stored data and compression with the LZ4 and ZSTD 
compressors.")
 (define-public r-fst
   (package
     (name "r-fst")
-    (version "0.9.4")
+    (version "0.9.8")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "fst" version))
        (sha256
         (base32
-         "0vwclzxww8mw9nnpyj29bn71mrr8jjg7ka03979h9rbzw6d9bjrr"))))
+         "0r96inwrr960m7wmc80603bw2vvvwab225bh9dq3lalwhy4yiis4"))))
     (properties `((upstream-name . "fst")))
     (build-system r-build-system)
-    (propagated-inputs (list r-rcpp))
+    (propagated-inputs (list r-fstcore r-rcpp))
     (home-page "http://www.fstpackage.org";)
     (synopsis "Fast serialization of data frames")
     (description



reply via email to

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