guix-commits
[Top][All Lists]
Advanced

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

91/265: gnu: r-beachmat: Update to 2.2.1.


From: guix-commits
Subject: 91/265: gnu: r-beachmat: Update to 2.2.1.
Date: Sun, 15 Dec 2019 09:40:11 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 8804e4b48e925c4f22bd2fa5b9e8a2b141274eea
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:01:53 2019 +0100

    gnu: r-beachmat: Update to 2.2.1.
    
    * gnu/packages/bioinformatics.scm (r-beachmat): Update to 2.2.1.
    [propagated-inputs]: Add r-matrix.
---
 gnu/packages/bioinformatics.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index dc15aa7..95967fd 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10558,18 +10558,19 @@ packages.")
 (define-public r-beachmat
   (package
     (name "r-beachmat")
-    (version "2.0.0")
+    (version "2.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "beachmat" version))
        (sha256
         (base32
-         "14cz19fw97s8mhm9r2n5li44vckx069k8nqsyy64c3lkfm4vy4zx"))))
+         "1bpnlw2kdy9yc2vq948k980r0j25ipb80llhvn0j3kxjiwyfgs3i"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-biocgenerics" ,r-biocgenerics)
-       ("r-delayedarray" ,r-delayedarray)))
+       ("r-delayedarray" ,r-delayedarray)
+       ("r-matrix" ,r-matrix)))
     (home-page "https://bioconductor.org/packages/beachmat";)
     (synopsis "Compiling Bioconductor to handle each matrix type")
     (description "This package provides a consistent C++ class interface for a



reply via email to

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