rekado pushed a commit to branch master
in repository guix.

commit 589939937de29d40c2e0ef03abf83fdd9a64546e
Author: Ricardo Wurmus <rek...@elephly.net>
Date:   Sun Dec 15 15:08:45 2019 +0100

    gnu: r-msnbase: Update to 2.12.0.
    
    * gnu/packages/bioinformatics.scm (r-msnbase): Update to 2.12.0.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index bd48d2b..5a209e0 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9402,14 +9402,14 @@ structure (pcaRes) to provide a common interface to the 
PCA results.")
 (define-public r-msnbase
   (package
     (name "r-msnbase")
-    (version "2.10.1")
+    (version "2.12.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "MSnbase" version))
        (sha256
         (base32
-         "0z63yqazkycq0zbbarq9ida6al35hv3g7g9g7s7bss4gh0hk7lhd"))))
+         "1z889xkfphqqmv31i8hh5xqyclv660ic26rfck5bjpgk3s2zzwi6"))))
     (properties `((upstream-name . "MSnbase")))
     (build-system r-build-system)
     (propagated-inputs

Reply via email to