diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-11-06 21:36:27 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-11-07 08:15:33 +0100 |
commit | 7f1bac3528ee389afe041bc7e1eaf663d6cb3319 (patch) | |
tree | 9647af9cd55882fe5a9f2eea36f6e5e07d0c69c0 | |
parent | 8aab0235e03e9b04cc32ce62e0048dd756615ab5 (diff) | |
download | patches-7f1bac3528ee389afe041bc7e1eaf663d6cb3319.tar patches-7f1bac3528ee389afe041bc7e1eaf663d6cb3319.tar.gz |
gnu: r-variantannotation: Update to 1.24.0.
* gnu/packages/bioinformatics.scm (r-variantannotation): Update to 1.24.0.
-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 f91f24d884..0d08fe3bb5 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -6764,13 +6764,13 @@ CAGE.") (define-public r-variantannotation (package (name "r-variantannotation") - (version "1.22.3") + (version "1.24.0") (source (origin (method url-fetch) (uri (bioconductor-uri "VariantAnnotation" version)) (sha256 (base32 - "0sr3vdn85x5zdxh80cfwlpfdpi2hmjy3fwi00ac3jya4v145vawr")))) + "1lllp2vgyfbrar1yg28ji7am470hfzrzxm1bgdk68xpnrwcgcl25")))) (properties `((upstream-name . "VariantAnnotation"))) (inputs |