guix-commits
[Top][All Lists]
Advanced

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

08/31: gnu: r-biomart: Update to 2.44.1.


From: guix-commits
Subject: 08/31: gnu: r-biomart: Update to 2.44.1.
Date: Mon, 22 Jun 2020 06:16:03 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f65d5e84dead34de889482bc394d2734de7517f7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jun 22 12:12:18 2020 +0200

    gnu: r-biomart: Update to 2.44.1.
    
    * gnu/packages/bioinformatics.scm (r-biomart): Update to 2.44.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 da8b196..7b2ccce 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7956,13 +7956,13 @@ annotation data packages using SQLite data storage.")
 (define-public r-biomart
   (package
     (name "r-biomart")
-    (version "2.44.0")
+    (version "2.44.1")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "biomaRt" version))
               (sha256
                (base32
-                "0ag26q9283p9mfz4zx8qnx1w7b7ilmsb8wyx737z9cqy9a0i57wj"))))
+                "0np4nh3gj60mgb6312z7x0z9fg5bhrhw872sp3dzgmqc8q8b84iz"))))
     (properties
      `((upstream-name . "biomaRt")))
     (build-system r-build-system)



reply via email to

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