guix-commits
[Top][All Lists]
Advanced

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

10/11: gnu: r-biomart: Update to 2.28.0.


From: Ricardo Wurmus
Subject: 10/11: gnu: r-biomart: Update to 2.28.0.
Date: Mon, 16 May 2016 18:56:48 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 63cea37234e010689b967e1370b885915b7328bb
Author: Ricardo Wurmus <address@hidden>
Date:   Tue May 10 11:51:53 2016 +0200

    gnu: r-biomart: Update to 2.28.0.
    
    * gnu/packages/bioinformatics.scm (r-biomart): Update to 2.28.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 b2d4d6b..d82a794 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4286,13 +4286,13 @@ annotation data packages using SQLite data storage.")
 (define-public r-biomart
   (package
     (name "r-biomart")
-    (version "2.26.1")
+    (version "2.28.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "biomaRt" version))
               (sha256
                (base32
-                "1s709055abj2gd35g6nnk5d2ai5ii09iir270l2xika6pi62gj3f"))))
+                "1g0w6an9hkflgyhvq6pmrs92s93qarv23v636b9a4bz771wjvm5v"))))
     (properties
      `((upstream-name . "biomaRt")))
     (build-system r-build-system)



reply via email to

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