summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-06-12 16:10:11 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-06-13 01:19:41 +0200
commite87e6cc89d00211dc0a2d06a369b04df7ba005c2 (patch)
treefa7858f614da8e4a4386b5851cb6bca9d668ff69
parent920224771fa257c1853e2839cef5e9e83691e049 (diff)
downloadguix-e87e6cc89d00211dc0a2d06a369b04df7ba005c2.tar.gz
gnu: r-biomart: Update to 2.44.0.
* gnu/packages/bioinformatics.scm (r-biomart): Update to 2.44.0.
-rw-r--r--gnu/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index e53d73ef9c..3289ee0d2e 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7950,13 +7950,13 @@ annotation data packages using SQLite data storage.")
 (define-public r-biomart
   (package
     (name "r-biomart")
-    (version "2.42.1")
+    (version "2.44.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "biomaRt" version))
               (sha256
                (base32
-                "0676s8aq9xj2pdrfk28kf5j69fmssn900k4vxrp11ghwjr8z24h7"))))
+                "0ag26q9283p9mfz4zx8qnx1w7b7ilmsb8wyx737z9cqy9a0i57wj"))))
     (properties
      `((upstream-name . "biomaRt")))
     (build-system r-build-system)