guix-commits
[Top][All Lists]
Advanced

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

04/214: gnu: r-abn: Update to 2.7-1.


From: guix-commits
Subject: 04/214: gnu: r-abn: Update to 2.7-1.
Date: Sat, 28 May 2022 04:36:57 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit 03fd5d11a65bb0873aef10cfdab47a27c12947d0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 28 08:30:09 2022 +0200

    gnu: r-abn: Update to 2.7-1.
    
    * gnu/packages/bioconductor.scm (r-abn): Update to 2.7-1.
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 87f8543cf2..bf371a970a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -14858,14 +14858,14 @@ on the plot.")
 (define-public r-abn
   (package
     (name "r-abn")
-    (version "2.7-0")
+    (version "2.7-1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "abn" version))
        (sha256
         (base32
-         "13i2f4lw1rzj89bp31sn03prq1bqj7bsxwdr8z2ql02yqks9phg0"))))
+         "1w3jns96m8b9scvaa4hcla3i88a0cfh9qis2l04yixvda5q91gpr"))))
     (build-system r-build-system)
     (inputs
      (list gsl))



reply via email to

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