guix-commits
[Top][All Lists]
Advanced

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

38/215: gnu: r-biomart: Update to 2.40.0.


From: guix-commits
Subject: 38/215: gnu: r-biomart: Update to 2.40.0.
Date: Sun, 5 May 2019 18:15:33 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 933571ddcdd6b3f6d8d6810eb3e8760b29b4b190
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:32:35 2019 +0200

    gnu: r-biomart: Update to 2.40.0.
    
    * gnu/packages/bioinformatics.scm (r-biomart): Update to 2.40.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 2aa2be4..2073cb3 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7649,13 +7649,13 @@ annotation data packages using SQLite data storage.")
 (define-public r-biomart
   (package
     (name "r-biomart")
-    (version "2.38.0")
+    (version "2.40.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "biomaRt" version))
               (sha256
                (base32
-                "1lshkknp7dmr3p6dd2zbv86cc71h53ggh9ji83jcjym8sgbbspl2"))))
+                "1i457s91bn7n60bzw3zk4h64xgmawlrr6bq4z4cb7jlm04hdq8qm"))))
     (properties
      `((upstream-name . "biomaRt")))
     (build-system r-build-system)



reply via email to

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