diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-12-19 20:06:00 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-12-19 20:35:03 +0100 |
commit | 7665fb39f594c1423b56c9eb86ee8e6ef1cde407 (patch) | |
tree | 8f1be754e5b96d4f83457b37c6047b6e780d7090 | |
parent | 756ac7254c5addd7aaeacbf466a4a115f18b666d (diff) | |
download | guix-7665fb39f594c1423b56c9eb86ee8e6ef1cde407.tar guix-7665fb39f594c1423b56c9eb86ee8e6ef1cde407.tar.gz |
gnu: r-biocstyle: Update to 2.6.1.
* gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.6.1.
-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 77cb109060..e221ba043a 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -6703,13 +6703,13 @@ authoring books and technical documents with R Markdown.") (define-public r-biocstyle (package (name "r-biocstyle") - (version "2.6.0") + (version "2.6.1") (source (origin (method url-fetch) (uri (bioconductor-uri "BiocStyle" version)) (sha256 (base32 - "05f2j9fx8s5gh4f8qkl6wcz32ghz04wxhqb3xxcn1bj24qd7x1x8")))) + "03pp04pkcq99kdv2spzr995h2cxsza7l6w3d4gp4112m06prcybm")))) (properties `((upstream-name . "BiocStyle"))) (build-system r-build-system) |