diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-08-06 15:39:54 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-08-06 15:48:59 +0200 |
commit | 2ebd2b440daeb356f7088fe67ee2ee271971ee75 (patch) | |
tree | b886b1d15c9db7916e4150859a09bbc976c7e63b /gnu | |
parent | fbd761fe9bb4182a41e02d377723b21afc1abacd (diff) |
gnu: r-biomart: Update to 2.40.3.
* gnu/packages/bioinformatics.scm (r-biomart): Update to 2.40.3.
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 604c245375..580bffe784 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7658,13 +7658,13 @@ annotation data packages using SQLite data storage.") (define-public r-biomart (package (name "r-biomart") - (version "2.40.1") + (version "2.40.3") (source (origin (method url-fetch) (uri (bioconductor-uri "biomaRt" version)) (sha256 (base32 - "1abl0c4qbhfqf9ixdp74183phm7s8rszrr5ldczm59b8vyng8rhx")))) + "022m1r44s00c5k9bmv0lr22lcn662nhc91aazvv0yyysxjamyf60")))) (properties `((upstream-name . "biomaRt"))) (build-system r-build-system) |