guix-commits
[Top][All Lists]
Advanced

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

29/49: gnu: r-biomart: Update to 2.30.0.


From: Ricardo Wurmus
Subject: 29/49: gnu: r-biomart: Update to 2.30.0.
Date: Wed, 26 Oct 2016 07:29:05 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 94053331869a31ff04d18fbfbfbc157f4a1c80e7
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Oct 26 08:58:13 2016 +0200

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



reply via email to

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