guix-commits
[Top][All Lists]
Advanced

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

42/47: gnu: r-biomart: Update to 2.40.4.


From: guix-commits
Subject: 42/47: gnu: r-biomart: Update to 2.40.4.
Date: Mon, 2 Sep 2019 08:41:21 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2c7a32c2acfee352784ba56f8c70f6f38665330d
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Sep 2 14:38:54 2019 +0200

    gnu: r-biomart: Update to 2.40.4.
    
    * gnu/packages/bioinformatics.scm (r-biomart): Update to 2.40.4.
---
 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 e6a6d08..0223451 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7658,13 +7658,13 @@ annotation data packages using SQLite data storage.")
 (define-public r-biomart
   (package
     (name "r-biomart")
-    (version "2.40.3")
+    (version "2.40.4")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "biomaRt" version))
               (sha256
                (base32
-                "022m1r44s00c5k9bmv0lr22lcn662nhc91aazvv0yyysxjamyf60"))))
+                "0dj51qkxm7bh24b3bs1di7lic6zgi7g5gf9iqkqhrwkbm7sqvn0v"))))
     (properties
      `((upstream-name . "biomaRt")))
     (build-system r-build-system)



reply via email to

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