diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-07-10 13:26:08 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-07-10 21:35:28 +0200 |
commit | 03c9d864321b93504708111b4aa65050ae136fa4 (patch) | |
tree | ab2e4033529203c125fb954d365df9b9ebea2ff6 | |
parent | 74bfaf92dbb8b9b3315db5f48af100f32ddb1333 (diff) | |
download | guix-03c9d864321b93504708111b4aa65050ae136fa4.tar.gz |
gnu: r-biomart: Update to 2.48.2.
* gnu/packages/bioconductor.scm (r-biomart): Update to 2.48.2.
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 4716808756..8767dd7448 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.1") + (version "2.48.2") (source (origin (method url-fetch) (uri (bioconductor-uri "biomaRt" version)) (sha256 (base32 - "1a1lh0z1vk1q3wil85pi7v0f9miv070sjkbnwbw390zvncwakqxa")))) + "1na271z9gc3b7xfcghbljj9lqq6v9b2kb71xahsq544yv4z9w8xj")))) (properties `((upstream-name . "biomaRt"))) (build-system r-build-system) |