guix-commits
[Top][All Lists]
Advanced

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

41/112: gnu: r-biomart: Update to 2.36.1.


From: Ricardo Wurmus
Subject: 41/112: gnu: r-biomart: Update to 2.36.1.
Date: Sat, 2 Jun 2018 07:40:06 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1763cba80ebf99d19faa0c02ef409bbf4a07d365
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jun 2 11:50:56 2018 +0200

    gnu: r-biomart: Update to 2.36.1.
    
    * gnu/packages/bioinformatics.scm (r-biomart): Update to 2.36.1.
---
 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 e5d0f02..0bccc6c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7437,13 +7437,13 @@ annotation data packages using SQLite data storage.")
 (define-public r-biomart
   (package
     (name "r-biomart")
-    (version "2.34.2")
+    (version "2.36.1")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "biomaRt" version))
               (sha256
                (base32
-                "1zlgs2zg0lmnk572p55n7m34nkxka8w10x8f2ndssjkffl2csy79"))))
+                "0b70s350ffc74v3xz5c3jpazr9zxdb7gjmjfj7aghlsrizrspill"))))
     (properties
      `((upstream-name . "biomaRt")))
     (build-system r-build-system)



reply via email to

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