diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-06-02 11:47:54 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-06-02 13:39:07 +0200 |
commit | dc6c168ac17e77c83224eaa408375ab957319386 (patch) | |
tree | b0648e337eca497bf8cb7abaf1fc14566e81ec4d | |
parent | e5f52b692ae7f4542912f528939d5b82e5e543a9 (diff) | |
download | guix-dc6c168ac17e77c83224eaa408375ab957319386.tar.gz |
gnu: r-biocstyle: Update to 2.8.2.
* gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.8.2.
-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 3e1881b21e..5f50dfb996 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -6968,13 +6968,13 @@ authoring books and technical documents with R Markdown.") (define-public r-biocstyle (package (name "r-biocstyle") - (version "2.6.1") + (version "2.8.2") (source (origin (method url-fetch) (uri (bioconductor-uri "BiocStyle" version)) (sha256 (base32 - "03pp04pkcq99kdv2spzr995h2cxsza7l6w3d4gp4112m06prcybm")))) + "17m901ylz00w1a3nq5f910v55zixm1nr6rb3qrsbhqd94qzr0l2p")))) (properties `((upstream-name . "BiocStyle"))) (build-system r-build-system) |