guix-commits
[Top][All Lists]
Advanced

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

159/215: gnu: r-lumi: Update to 2.36.0.


From: guix-commits
Subject: 159/215: gnu: r-lumi: Update to 2.36.0.
Date: Sun, 5 May 2019 18:15:59 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 5551b07cde3e7ed993a48c082c93a2456c2a621a
Author: Ricardo Wurmus <address@hidden>
Date:   Mon May 6 00:01:24 2019 +0200

    gnu: r-lumi: Update to 2.36.0.
    
    * gnu/packages/bioconductor.scm (r-lumi): Update to 2.36.0.
---
 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 7a55752..a8a7e22 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2515,14 +2515,14 @@ and Infinium HD arrays are also included.")
 (define-public r-lumi
   (package
     (name "r-lumi")
-    (version "2.34.0")
+    (version "2.36.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "lumi" version))
        (sha256
         (base32
-         "1fpmjpgcy5n0hx9whn9m3jhjmciqq0l59nvy5addbq0a4wnjhx8q"))))
+         "1rf6xmd2wnajjvnl50q63agakzjf4hrzn2chdsnhapi7fh7bcjba"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-affy" ,r-affy)



reply via email to

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