diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-11-06 21:35:30 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-11-07 08:15:32 +0100 |
commit | 2167eafc1d067b7a2a6acd5c3d3c12f0eddbce1c (patch) | |
tree | bc347dc5333048c613a1e3e60d8a6bb240b5ad23 | |
parent | 32414616709ce73e44836291c55df037962be792 (diff) | |
download | patches-2167eafc1d067b7a2a6acd5c3d3c12f0eddbce1c.tar patches-2167eafc1d067b7a2a6acd5c3d3c12f0eddbce1c.tar.gz |
gnu: r-biocstyle: Update to 2.6.0.
* gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.6.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 4d18d21ced..c7fc3cb84d 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -6467,13 +6467,13 @@ authoring books and technical documents with R Markdown.") (define-public r-biocstyle (package (name "r-biocstyle") - (version "2.4.1") + (version "2.6.0") (source (origin (method url-fetch) (uri (bioconductor-uri "BiocStyle" version)) (sha256 (base32 - "0bmgmsfll923v573g0kyzlmjd7gly5jwgd8vkrcwvbam1gz75f2c")))) + "05f2j9fx8s5gh4f8qkl6wcz32ghz04wxhqb3xxcn1bj24qd7x1x8")))) (properties `((upstream-name . "BiocStyle"))) (build-system r-build-system) |