guix-commits
[Top][All Lists]
Advanced

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

05/67: gnu: r-abn: Update to 2.6-0.


From: guix-commits
Subject: 05/67: gnu: r-abn: Update to 2.6-0.
Date: Sun, 23 Jan 2022 08:06:28 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 80b0e796290cb2b263982f74d9192da6f6b8e335
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jan 23 13:33:29 2022 +0100

    gnu: r-abn: Update to 2.6-0.
    
    * gnu/packages/bioconductor.scm (r-abn): Update to 2.6-0.
    [propagated-inputs]: Add r-doparallel and r-foreach.
---
 gnu/packages/bioconductor.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 8b9784443a..534204a16a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -13993,19 +13993,21 @@ on the plot.")
 (define-public r-abn
   (package
     (name "r-abn")
-    (version "2.5-0")
+    (version "2.6-0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "abn" version))
        (sha256
         (base32
-         "1fqmhw0mhdl6az1gpg0byvx5snhz1pl3fqikhyfjcjrc9xbsq8yw"))))
+         "0fr5pyc43hly5ry5bbygibbh9mnql7vl4r5qz42d0ry4hahyxa4w"))))
     (build-system r-build-system)
     (inputs
      (list gsl))
     (propagated-inputs
-     (list r-lme4
+     (list r-doparallel
+           r-foreach
+           r-lme4
            r-nnet
            r-rcpp
            r-rcpparmadillo



reply via email to

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