guix-commits
[Top][All Lists]
Advanced

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

86/112: gnu: r-fda: Update to 5.1.7.


From: guix-commits
Subject: 86/112: gnu: r-fda: Update to 5.1.7.
Date: Wed, 9 Dec 2020 16:06:55 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 5a4b3d642c40490f98b3e8cc8631139bc88feb90
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 9 22:00:03 2020 +0100

    gnu: r-fda: Update to 5.1.7.
    
    * gnu/packages/cran.scm (r-fda): Update to 5.1.7.
    [propagated-inputs]: Add r-fds.
---
 gnu/packages/cran.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1b178da..f7f8395 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19457,18 +19457,19 @@ variable observed over time.")
 (define-public r-fda
   (package
     (name "r-fda")
-    (version "5.1.5.1")
+    (version "5.1.7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "fda" version))
        (sha256
         (base32
-         "0zi001cw5536x6rgr4l0skva7fk53663zf6ggnsa8znml090sihm"))))
+         "1r8hfi6x1maw5zz8k95wfcr7v69lg4zl3mcj69cvvq2mkg4y3158"))))
     (properties `((upstream-name . "fda")))
     (build-system r-build-system)
     (propagated-inputs
-     `(("r-matrix" ,r-matrix)))
+     `(("r-fds" ,r-fds)
+       ("r-matrix" ,r-matrix)))
     (home-page "https://www.functionaldata.org";)
     (synopsis "Functional data analysis")
     (description



reply via email to

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