guix-commits
[Top][All Lists]
Advanced

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

94/150: gnu: r-fda: Update to 5.1.9.


From: guix-commits
Subject: 94/150: gnu: r-fda: Update to 5.1.9.
Date: Wed, 20 Jan 2021 11:21:07 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 1ab88a97b9ab2a2d4c33373965fcf957959d70f7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 20 17:12:17 2021 +0100

    gnu: r-fda: Update to 5.1.9.
    
    * gnu/packages/cran.scm (r-fda): Update to 5.1.9.
---
 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 7cf3fda..613ddf1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19563,14 +19563,14 @@ variable observed over time.")
 (define-public r-fda
   (package
     (name "r-fda")
-    (version "5.1.7")
+    (version "5.1.9")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "fda" version))
        (sha256
         (base32
-         "1r8hfi6x1maw5zz8k95wfcr7v69lg4zl3mcj69cvvq2mkg4y3158"))))
+         "0yjrjsv55bcwqn2yxjgj3hn17wfvjvgngfw9xv3w802i52yz9gf8"))))
     (properties `((upstream-name . "fda")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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