summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-06-17 14:24:41 +0200
committerRicardo Wurmus <rekado@elephly.net>2021-06-17 14:25:36 +0200
commit495a9cff6dc0cb68d579c20bfca9f090672442ca (patch)
treec59c44dfb57bf1a32069672aaf7780d6da329c69 /gnu
parent49e8978452b821dc42e257d6e0c56879c3090b3b (diff)
downloadguix-patches-495a9cff6dc0cb68d579c20bfca9f090672442ca.tar
guix-patches-495a9cff6dc0cb68d579c20bfca9f090672442ca.tar.gz
gnu: r-biomart: Update to 2.48.1.
* gnu/packages/bioconductor.scm (r-biomart): Update to 2.48.1. [propagated-inputs]: Add r-xml2.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioconductor.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 234ae1d7e3..28375da78a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2154,13 +2154,13 @@ on Bioconductor or which replace R functions.")
(define-public r-biomart
(package
(name "r-biomart")
- (version "2.48.0")
+ (version "2.48.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "biomaRt" version))
(sha256
(base32
- "1h8lzd63qvy1y75nlnhazpkyhl6g1hz80baqg20gpxbv38wkyf55"))))
+ "1a1lh0z1vk1q3wil85pi7v0f9miv070sjkbnwbw390zvncwakqxa"))))
(properties
`((upstream-name . "biomaRt")))
(build-system r-build-system)
@@ -2172,7 +2172,8 @@ on Bioconductor or which replace R functions.")
("r-progress" ,r-progress)
("r-rappdirs" ,r-rappdirs)
("r-stringr" ,r-stringr)
- ("r-xml" ,r-xml)))
+ ("r-xml" ,r-xml)
+ ("r-xml2" ,r-xml2)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://bioconductor.org/packages/biomaRt")