guix-commits
[Top][All Lists]
Advanced

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

18/99: gnu: r-energy: Update to 1.7-8.


From: guix-commits
Subject: 18/99: gnu: r-energy: Update to 1.7-8.
Date: Tue, 9 Mar 2021 16:07:06 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit b3700e61d4e30a938f8107e1f93969d97a27a861
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 9 21:38:21 2021 +0100

    gnu: r-energy: Update to 1.7-8.
    
    * gnu/packages/cran.scm (r-energy): Update to 1.7-8.
    [propagated-inputs]: Add r-gsl.
---
 gnu/packages/cran.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c62b2cf..16e0c71 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3750,17 +3750,18 @@ data).  Weighted versions of MLE, MME and QME are 
available.")
 (define-public r-energy
   (package
     (name "r-energy")
-    (version "1.7-7")
+    (version "1.7-8")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "energy" version))
        (sha256
         (base32
-         "13wnx5nwk7nsv7vf5sxhz4y0rxrnzm76ldgywk1bxrz67srqzf37"))))
+         "12a7gy681aq3l55iys044cs6sn1s2l5qihghpdl01cvv0ggfh26y"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-boot" ,r-boot)
+       ("r-gsl" ,r-gsl)
        ("r-rcpp" ,r-rcpp)))
     (home-page "https://cran.r-project.org/web/packages/energy";)
     (synopsis "Multivariate inference via the energy of data")



reply via email to

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