guix-commits
[Top][All Lists]
Advanced

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

06/40: gnu: r-biomart: Update to 2.40.1.


From: guix-commits
Subject: 06/40: gnu: r-biomart: Update to 2.40.1.
Date: Fri, 28 Jun 2019 19:34:55 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 888085c36cb4eb82517c5d3ccf9285dd9b7df20b
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jun 29 01:19:41 2019 +0200

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



reply via email to

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