guix-commits
[Top][All Lists]
Advanced

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

02/146: gnu: r-abn: Update to 2.7-0.


From: guix-commits
Subject: 02/146: gnu: r-abn: Update to 2.7-0.
Date: Tue, 12 Apr 2022 10:01:11 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 418c6aff401b26c2c46f2619ef948806dcfadc38
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Apr 11 18:01:02 2022 +0200

    gnu: r-abn: Update to 2.7-0.
    
    * gnu/packages/bioconductor.scm (r-abn): Update to 2.7-0.
    [propagated-inputs]: Add r-graph.
---
 gnu/packages/bioconductor.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 46ac053a27..04328c6876 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -14209,20 +14209,21 @@ on the plot.")
 (define-public r-abn
   (package
     (name "r-abn")
-    (version "2.6-0")
+    (version "2.7-0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "abn" version))
        (sha256
         (base32
-         "0fr5pyc43hly5ry5bbygibbh9mnql7vl4r5qz42d0ry4hahyxa4w"))))
+         "13i2f4lw1rzj89bp31sn03prq1bqj7bsxwdr8z2ql02yqks9phg0"))))
     (build-system r-build-system)
     (inputs
      (list gsl))
     (propagated-inputs
      (list r-doparallel
            r-foreach
+           r-graph
            r-lme4
            r-nnet
            r-rcpp



reply via email to

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