guix-commits
[Top][All Lists]
Advanced

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

29/63: gnu: r-biomart: Update to 2.32.0.


From: Roel Janssen
Subject: 29/63: gnu: r-biomart: Update to 2.32.0.
Date: Fri, 28 Apr 2017 05:06:03 -0400 (EDT)

roelj pushed a commit to branch master
in repository guix.

commit 78e7a589c99d581e3aaa49262bc815f53d37ccbc
Author: Roel Janssen <address@hidden>
Date:   Fri Apr 28 10:41:07 2017 +0200

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



reply via email to

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