guix-commits
[Top][All Lists]
Advanced

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

31/31: gnu: r-fit-models: Update to 0.63.


From: guix-commits
Subject: 31/31: gnu: r-fit-models: Update to 0.63.
Date: Mon, 22 Jun 2020 06:16:11 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 62648f4ae3882511bc918e98b93addb7c4b41e7e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jun 22 12:13:44 2020 +0200

    gnu: r-fit-models: Update to 0.63.
    
    * gnu/packages/statistics.scm (r-fit-models): Update to 0.63.
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index f775e50..25330cb 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4861,14 +4861,14 @@ estimation and robust multivariate analysis with high 
breakdown point.")
 (define-public r-fit-models
   (package
     (name "r-fit-models")
-    (version "0.5-14")
+    (version "0.63")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "fit.models" version))
        (sha256
         (base32
-         "0vjbzmx0ambm6yzidb4vbgmhclwzwv2iz2cwl54ccdkvx4cx3fck"))))
+         "0wrrfsgngsfrqnm247f0h6g01807i7lbf5chpyx7hkfdfmm4xbxn"))))
     (properties `((upstream-name . "fit.models")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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