diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-06-29 01:19:41 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-06-29 01:34:43 +0200 |
commit | 888085c36cb4eb82517c5d3ccf9285dd9b7df20b (patch) | |
tree | 1b439b0fbf0ae96159032daa0d29e481fbea6c70 /gnu | |
parent | f0c244229a3cb6e9d92c178c88a7526f697f1589 (diff) | |
download | patches-888085c36cb4eb82517c5d3ccf9285dd9b7df20b.tar patches-888085c36cb4eb82517c5d3ccf9285dd9b7df20b.tar.gz |
gnu: r-biomart: Update to 2.40.1.
* gnu/packages/bioinformatics.scm (r-biomart): Update to 2.40.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 1a08947c29..2c1149955d 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) |