guix-commits
[Top][All Lists]
Advanced

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

260/265: gnu: r-lumi: Update to 2.38.0.


From: guix-commits
Subject: 260/265: gnu: r-lumi: Update to 2.38.0.
Date: Sun, 15 Dec 2019 09:40:49 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 8f7bc872e1253071c5c04d59fc90a2083c0fd479
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:37:11 2019 +0100

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



reply via email to

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